]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: only apply kconfig help checks for options which prompt
authorAndy Whitcroft <apw@canonical.com>
Thu, 8 Dec 2011 04:42:23 +0000 (15:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Dec 2011 05:51:58 +0000 (16:51 +1100)
commit7a4f21dc62d13d19d381e5975ad7d6211a46caf9
tree972079ffc97f84137f780c3a6226bffbad6da67c
parentdf399014d847124cf9805e945efa7822adc3606a
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>
scripts/checkpatch.pl