]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: make sure a commit reference description uses parentheses
authorJoe Perches <joe@perches.com>
Fri, 13 Feb 2015 22:39:00 +0000 (14:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Feb 2015 05:21:40 +0000 (21:21 -0800)
commit69fd867f036824bd17684c8a40fe9969666f1fe1
treeabf95c58d15f3cc2e5e038510001d3066e2959c3
parent5740b23a4a5f7aadf3814d4a51e3e752e4ae0fb1
checkpatch: make sure a commit reference description uses parentheses

The preferred style for a commit reference in a commit log is:

    commit <foo> ("<title line>")

A recent commit removed this check for parentheses.  Add it back.

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