From: Valentin Rothberg Date: Sat, 8 Nov 2014 19:56:35 +0000 (+0100) Subject: checkkconfigsymbols.py: improve detection of defects X-Git-Tag: omap-for-v3.20/drop-legacy-3517~81^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc641d5529965fbd01edbdf289951fb95d3de1b8;p=pandora-kernel.git checkkconfigsymbols.py: improve detection of defects This patch improves the detection of defects by updating the regular expression to find Kconfig identifiers in the source code, and fixes some cases of false positives. The following changes are made: - improve regex to find Kconfig identifiers in the source - exclude .log files from analysis - improve filtering of false positives (e.g, CONFIG_XXX) - change output format from (feature:\tlist) to (feature\tlist) Signed-off-by: Valentin Rothberg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed