]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: avoid some commit message long line warnings
authorJoe Perches <joe@perches.com>
Wed, 9 Sep 2015 22:37:50 +0000 (15:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Sep 2015 20:29:01 +0000 (13:29 -0700)
commit1b08c31855883aaff9e6915d56b3337df51dcba4
treea337f1012fddc7ca4d0ff3978b9c901823b38fea
parent6fbf7b027348035e8160cddf67d1d343e236c163
checkpatch: avoid some commit message long line warnings

Fixes: and Link: lines may exceed 75 chars in the commit log.
So too can stack dump and dmesg lines and lines that seem
like filenames.

And Fixes: lines don't need to have a "commit" prefix before the
commit id.

Add exceptions for these types of lines.

Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl