From: Roland Dreier Date: Wed, 2 Jun 2010 20:56:36 +0000 (-0700) Subject: checkkconfigsymbols.sh: Kconfig symbols sometimes have lowercase letters X-Git-Tag: v2.6.36-rc1~545^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b550d3f9faf912d935ea310363e8e96d3aeeea;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Michal Marek --- Reading git-diff-tree failed