]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 columns
authorJoe Perches <joe@perches.com>
Thu, 16 Apr 2015 19:44:28 +0000 (12:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Apr 2015 13:03:57 +0000 (09:03 -0400)
commit23a1d2406969c0769c191b0ed750c226e10b5c5c
treee905ba409c28e126fea5f558e51eb52368a36ed5
parentd3e63c67217c1dbf0cc40f773012c416ee0558a8
checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 columns

Commit messages lines are sometimes overly long.

Suggest line wrapping at 75 columns so the default git commit log
indentation of 4 plus the commit message text still fits on an 80 column
screen.

Add a checkpatch test for long commit messages lines too.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: David Miller <davem@davemloft.net>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Ian Morris <ipm@chirality.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/SubmittingPatches
scripts/checkpatch.pl