aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/decodecode
diff options
context:
space:
mode:
authorRoland Dreier <rdreier@cisco.com>2010-06-02 13:56:36 -0700
committerMichal Marek <mmarek@suse.cz>2010-06-03 10:39:39 +0200
commit03b550d3f9faf912d935ea310363e8e96d3aeeea (patch)
tree6693d85e5b8a587e90181c9ed95092c7c949c02f /scripts/decodecode
parentscripts: add nconf into gitignore file (diff)
downloadlinux-dev-03b550d3f9faf912d935ea310363e8e96d3aeeea.tar.xz
linux-dev-03b550d3f9faf912d935ea310363e8e96d3aeeea.zip
checkkconfigsymbols.sh: Kconfig symbols sometimes have lowercase letters
Quite a few Kconfig symbols contain lowercase letters. The current checkkconfigsymbols.sh code only contains A-Z in the regexp it uses to find config symbols in source code, so it comes up with the wrong symbol to look for in Kconfig files and then generates false positives when it doesn't find that wrong symbol. For example checking drivers/net generates a false positive for MAC89 because the the actual config option is MAC89x0. Fix this by also adding a-z to the regexp. Signed-off-by: Roland Dreier <rolandd@cisco.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/decodecode')
0 files changed, 0 insertions, 0 deletions