]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
checkpatch: special audit for revert commit line
authorWei Wang <wvw@google.com>
Mon, 8 May 2017 22:55:54 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 May 2017 00:15:11 +0000 (17:15 -0700)
commite882dbfc248cf28d6afd6fc6d8db8be58a824158
treeac4a2c3a11344d7ca982e84a9f566fa9c2c847ca
parente4b7d3091def85336d838e38dea91be37bd4d1f5
checkpatch: special audit for revert commit line

Currently checkpatch.pl does not recognize git's default commit revert
message and will complain about the hash format.  Add special audit for
revert commit message line to fix it.

Link: http://lkml.kernel.org/r/20170411191532.74381-1-wvw@google.com
Signed-off-by: Wei Wang <wvw@google.com>
Acked-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