checkpatch: fix long line messages about patch context
authorJoe Perches <[email protected]>
Fri, 17 Jul 2015 23:24:01 +0000 (16:24 -0700)
committerLinus Torvalds <[email protected]>
Fri, 17 Jul 2015 23:39:53 +0000 (16:39 -0700)
commitb4749e96a4a872c2496602566f205547c4e3c950
tree5a1378f92719ad85dcc2ffe0e21d902414fbc7a6
parentf2abeef9fd6f03ebf417539ed099828a56733098
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 <[email protected]>
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl