checkpatch: only apply kconfig help checks for options which prompt
authorAndy Whitcroft <apw@canonical.com>
Tue, 10 Jan 2012 23:10:03 +0000 (15:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Jan 2012 00:30:50 +0000 (16:30 -0800)
commita13858033a3a993147d190317cc9d709f0a1b819
tree2d82b609eeafc484a046faa4616f4ed67a31c27f
parent3e469cdc08ac5d84b220f8fb76a090d158d5114f
checkpatch: only apply kconfig help checks for options which prompt

The intent of this check is to catch the options which the user will see
and ensure they are properly described.  It is also common for internal
only options to have a brief description.  Allow this form.

Reported-by: Steven Rostedt <rostedt@goodmis.org>
Tested-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl