]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitbf4daf12a9fbc818029051c97b65fbfca6366a44
treea337f1012fddc7ca4d0ff3978b9c901823b38fea
parent6e30075742316a1d72b7e8f794f6e0bd44d774e2
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