WSL2-Linux-Kernel/drivers/media/pci/tw5864
Mauro Carvalho Chehab 5b448065fe media: pci: tw5864: avoid usage of some characters
There are several comments on this driver using those chars:

	- U+2013 ('–'): EN DASH
	- U+2018 ('‘'): LEFT SINGLE QUOTATION MARK
	- U+2019 ('’'): RIGHT SINGLE QUOTATION MARK

They probably came from cut-and-pasting some texts found
elsewhere.

While there's nothing wrong on having those on comments in
C, it is better to use ASCII chars for those specific cases,
as the current variant doesn't really add any value.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-06-04 08:11:12 +02:00
..
Kconfig
Makefile
tw5864-core.c
tw5864-h264.c
tw5864-reg.h media: pci: tw5864: avoid usage of some characters 2021-06-04 08:11:12 +02:00
tw5864-util.c
tw5864-video.c media: tw5864: check status of tw5864_frameinterval_get 2020-08-29 08:16:16 +02:00
tw5864.h