OSDN Git Service

media: pci: tw5864: avoid usage of some characters
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Jun 2021 14:42:46 +0000 (16:42 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 4 Jun 2021 06:11:12 +0000 (08:11 +0200)
commit5b448065febe1c6bb6693735844f2fb2b7b654dc
treea2d22c82b6d3acbfdceab81af0d0d1580373e2cd
parent730f055666a30b8224d639110eb9b25eaa87883a
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>
drivers/media/pci/tw5864/tw5864-reg.h