linux/drivers/media
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
..
cec media: s5p: fix pm_runtime_get_sync() usage count 2021-05-10 11:36:33 +02:00
common media: move ttpci-eeprom to common 2021-06-02 11:16:15 +02:00
dvb-core media: dvbdev: Fix memory leak in dvb_media_device_free() 2021-03-22 23:36:39 +01:00
dvb-frontends media: sp8870: move it to staging 2021-06-02 11:17:03 +02:00
firewire module: remove never implemented MODULE_SUPPORTED_DEVICE 2021-03-17 13:16:18 -07:00
i2c media: tc358743: Fix error return code in tc358743_probe_of() 2021-06-02 13:31:39 +02:00
mc media: mc-request.c: allow object_bind in QUEUED state 2021-06-02 11:41:54 +02:00
mmc media updates for v5.8-rc1 2020-06-03 20:59:38 -07:00
pci media: pci: tw5864: avoid usage of some characters 2021-06-04 08:11:12 +02:00
platform media: allegro-dvt: avoid EN DASH char 2021-06-04 08:10:07 +02:00
radio media: radio: si4713: constify static struct v4l2_ioctl_ops 2021-06-02 13:26:11 +02:00
rc media: rc: ite-cir: replace some an EN DASH 2021-06-04 08:10:42 +02:00
spi media: use getter/setter functions 2021-03-11 11:59:42 +01:00
test-drivers media: media/test_drivers: Drop unnecessary NULL check after container_of 2021-06-02 13:31:13 +02:00
tuners media: m88rs6000t: avoid potential out-of-bounds reads on arrays 2021-03-22 17:41:39 +01:00
usb media: rtl28xxu: replace a NO-BREAK SPACE character 2021-06-04 08:09:05 +02:00
v4l2-core media: videobuf-dma-sg: void function return statements are not generally useful 2021-06-02 14:18:36 +02:00
Kconfig media: Correct 'so' 2021-03-22 11:52:09 +01:00
Makefile