]> git.kernelconcepts.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>
Tue, 13 Dec 2011 06:43:20 +0000 (17:43 +1100)
commit4d0c67537ffc2bf05bac4ea796ecffafc3846f48
treebe28c1bdb2c201323981680981e74066283860f0
parent465224ce73b499da0ba0b97a675160d91877b700
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