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)
commit8d73e0e7dc18a39b120cb85ec675d59516e0af1a
tree3b8910111c525a14ffe1acc77c22a86a8e0eeaad
parentfee0aa83d43ee65648778d48d47975c323fa0490
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