]> git.baikalelectronics.ru Git - kernel.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)
commitae1843a4d98d4266f905e41c5de7a483c339eec3
treeac4a2c3a11344d7ca982e84a9f566fa9c2c847ca
parentb5788f8a6222cb31ae46cee576065eb00b0200c7
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