summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/au0828/au0828.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-20 19:33:59 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-20 19:33:59 -0300
commita728c348653d59c62786e26db627004f9b402519 (patch)
tree83231d732ee77c090b3608dc7a064f02c736c5ad /linux/drivers/media/video/au0828/au0828.h
parentcf4fba74c077b53d2dc084f90a559b31265dd772 (diff)
downloadmediapointer-dvb-s2-a728c348653d59c62786e26db627004f9b402519.tar.gz
mediapointer-dvb-s2-a728c348653d59c62786e26db627004f9b402519.tar.bz2
Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE
From: Mauro Carvalho Chehab <mchehab@redhat.com> 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>
Diffstat (limited to 'linux/drivers/media/video/au0828/au0828.h')
0 files changed, 0 insertions, 0 deletions