linux/drivers/media/video/cx88
Mauro Carvalho Chehab 1398ae1fe6 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>
2009-03-30 12:43:31 -03:00
..
cx88-alsa.c
cx88-blackbird.c
cx88-cards.c V4L/DVB (11047): cx88: convert to v4l2_device. 2009-03-30 12:43:23 -03:00
cx88-core.c V4L/DVB (11047): cx88: convert to v4l2_device. 2009-03-30 12:43:23 -03:00
cx88-dvb.c V4L/DVB (10949): Add support for Terratec Cinergy HT PCI MKII 2009-03-30 12:43:18 -03:00
cx88-i2c.c V4L/DVB (11047): cx88: convert to v4l2_device. 2009-03-30 12:43:23 -03:00
cx88-input.c V4L/DVB (10943): cx88: Prevent general protection fault on rmmod 2009-03-30 12:43:17 -03:00
cx88-mpeg.c
cx88-reg.h
cx88-tvaudio.c
cx88-vbi.c
cx88-video.c V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers 2009-03-30 12:43:15 -03:00
cx88-vp3054-i2c.c
cx88-vp3054-i2c.h
cx88.h V4L/DVB (11047): cx88: convert to v4l2_device. 2009-03-30 12:43:23 -03:00
Kconfig V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE 2009-03-30 12:43:31 -03:00
Makefile