]> 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>
Fri, 16 Dec 2011 04:50:18 +0000 (15:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Dec 2011 06:01:26 +0000 (17:01 +1100)
commitfbfb4a41fb988537ec0740584f63134963195161
tree9e426e9345cede14f30f5b19fb2852961e0c8680
parente99c1376e40229530c2f99006e653cd0ffa4d197
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