]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: fix long line messages about patch context
authorJoe Perches <joe@perches.com>
Fri, 17 Jul 2015 23:24:01 +0000 (16:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Jul 2015 23:39:53 +0000 (16:39 -0700)
commitb163b640d31acb05185a8e7cd153091ecbeda1ff
tree5a1378f92719ad85dcc2ffe0e21d902414fbc7a6
parent8339074daf1b2e87a0af963182d22b79fe204c57
checkpatch: fix long line messages about patch context

Changes in ("checkpatch: categorize some long line length checks")
now erroneously reports long line defects in patch context.

Fix it.

Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl