commit | 19c146a64c5e14c5dd910e930565edf74637a423 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Feb 13 14:39:00 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Feb 13 21:21:40 2015 -0800 |
tree | abf95c58d15f3cc2e5e038510001d3066e2959c3 | |
parent | d2e025f364369dbe0a7dee1b15f198f5718f246a [diff] |
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>