kernel-ark/drivers/media/dvb/b2c2
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
..
flexcop_ibi_value_be.h
flexcop_ibi_value_le.h
flexcop-common.h
flexcop-dma.c V4L/DVB (8745): v4l2: fix a bunch of compile warnings. 2008-10-12 09:36:52 -02:00
flexcop-eeprom.c
flexcop-fe-tuner.c V4L/DVB (9781): [PATCH] Cablestar 2 I2C retries (fix CableStar2 support) 2008-12-16 16:43:58 -02:00
flexcop-hw-filter.c V4L/DVB (10694): [PATCH] software IRQ watchdog for Flexcop B2C2 DVB PCI cards 2009-02-26 22:29:18 -03:00
flexcop-i2c.c V4L/DVB (9781): [PATCH] Cablestar 2 I2C retries (fix CableStar2 support) 2008-12-16 16:43:58 -02:00
flexcop-misc.c
flexcop-pci.c V4L/DVB (10948): flexcop-pci: Print a message in case the new stream watchdog detects a problem 2009-03-30 12:43:18 -03:00
flexcop-reg.h
flexcop-sram.c
flexcop-usb.c V4L/DVB (7959): endianness fix in flexcop-usb.c 2008-06-05 06:35:48 -03:00
flexcop-usb.h
flexcop.c V4L/DVB (10694): [PATCH] software IRQ watchdog for Flexcop B2C2 DVB PCI cards 2009-02-26 22:29:18 -03:00
flexcop.h
Kconfig V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE 2009-03-30 12:43:31 -03:00
Makefile