]> git.baikalelectronics.ru Git - kernel.git/commit
media: s5h14*.h: fix typos for CONTINUOUS
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 3 Mar 2018 14:53:32 +0000 (09:53 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Mar 2018 10:15:02 +0000 (05:15 -0500)
commit6e5b0e1e4d882c15c7e300753f17b95457abfa00
tree8a2357de1f157fb6eacde08408a2b6a42fc29aa9
parent96abeb979a792063d16f0aa58f1701d5b8807bdd
media: s5h14*.h: fix typos for CONTINUOUS

There is a typo at the several s5h14*.h headers: continuous were
spelled incorrectly.

Fix it with this script:

for i in $(git grep -l S5H1409_MPEGTIMING_CONTINOUS_NONINVERTING_CLOCK); do
sed s,S5H1409_MPEGTIMING_CONTINOUS_NONINVERTING_CLOCK,S5H1409_MPEGTIMING_CONTINUOUS_NONINVERTING_CLOCK,g -i $i
done
for i in $(git grep -l -i continous drivers/media); do sed s,CONTINOUS,CONTINUOUS,g -i $i; done

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13 files changed:
drivers/media/dvb-frontends/s5h1409.c
drivers/media/dvb-frontends/s5h1409.h
drivers/media/dvb-frontends/s5h1411.c
drivers/media/dvb-frontends/s5h1411.h
drivers/media/dvb-frontends/s5h1432.h
drivers/media/pci/cx18/cx18-dvb.c
drivers/media/pci/cx23885/cx23885-dvb.c
drivers/media/pci/cx88/cx88-dvb.c
drivers/media/pci/saa7134/saa7134-dvb.c
drivers/media/pci/saa7164/saa7164-dvb.c
drivers/media/usb/cx231xx/cx231xx-dvb.c
drivers/media/usb/dvb-usb/dib0700_devices.c
drivers/media/usb/em28xx/em28xx-dvb.c