]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc030d3639f810d39b4426c111a2a5bf1c4cf85ba
tree2d82b609eeafc484a046faa4616f4ed67a31c27f
parent80ebbc3d69eff3539eb02b2c67fdfcc28233d9f2
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