]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 20 Mar 2009 22:33:59 +0000 (19:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:31 +0000 (12:43 -0300)
commit1398ae1fe6048d49397dccaa4bc1a4101eecf643
tree38a5742b4c26486199383272fe254b830edc644d
parente86da6f07ed6deebc199368bd0a47b3671829b80
V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE

There are several Kconfig items using CUSTOMIZE. Yet, most use the English
writing CUSTOMISE. This generates lots of trouble, because people sometimes type
the Kbuild item different.

Let's standardise every occurrence using the same syntax.

The changes were generated by this small shell script:

for i in `find linux -type f`; do sed s,CUSTOMIZE,CUSTOMISE,g $i >/tmp/a && mv /tmp/a $i; done

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/Kconfig
drivers/media/dvb/b2c2/Kconfig
drivers/media/dvb/bt8xx/Kconfig
drivers/media/dvb/dvb-usb/Kconfig
drivers/media/dvb/ttpci/Kconfig
drivers/media/video/au0828/Kconfig
drivers/media/video/cx18/Kconfig
drivers/media/video/cx23885/Kconfig
drivers/media/video/cx88/Kconfig
drivers/media/video/pvrusb2/Kconfig
drivers/media/video/saa7134/Kconfig