]> 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)
commit6e163c00bcab4362cc3d6588a4b02494026c3fc2
tree5a1378f92719ad85dcc2ffe0e21d902414fbc7a6
parentd3c855cc4ddcbbae57e2af6e8c7ab6790826809a
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