mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
1398ae1fe6
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> |
||
---|---|---|
.. | ||
tuners | ||
ir-functions.c | ||
ir-keymaps.c | ||
Kconfig | ||
Makefile | ||
saa7146_core.c | ||
saa7146_fops.c | ||
saa7146_hlp.c | ||
saa7146_i2c.c | ||
saa7146_vbi.c | ||
saa7146_video.c |