]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: quiet Kconfig help message checking
authorJoe Perches <joe@perches.com>
Wed, 6 Aug 2014 23:10:46 +0000 (16:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:27 +0000 (18:01 -0700)
commite0b6f365f970da960bebd8f895a995ad2394d073
tree3b8910111c525a14ffe1acc77c22a86a8e0eeaad
parenta266f9050f6fc5cec56a6646bcaa017f0e53f7b0
checkpatch: quiet Kconfig help message checking

Editing Kconfig dependencies can emit unnecessary messages about missing
or too short help entries.

Only emit the message when adding help sections to Kconfig files.

Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Jean Delvare <jdelvare@suse.de>
Tested-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl