UPSTREAM: checkpatch: special audit for revert commit line
authorWei Wang <wvw@google.com>
Fri, 7 Apr 2017 22:22:19 +0000 (15:22 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 1 May 2017 09:32:30 +0000 (15:02 +0530)
commit8bbc8d5787cabafc0b782304882f5a7f2c80fbbb
tree4634da9b6bb5d388c85735f35cbc5a350f107930
parent37645a5f31c9cef322fcbd0a45dcb86ca46a2cda
UPSTREAM: 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.

Signed-off-by: Wei Wang <wvw@google.com>
Acked-by: Joe Perches <joe@perches.com>
Bug: 37158168
Test: checkpatch.pl --patch [diff] and no longer see failure
Change-Id: I65cf9a46874621dd6d5c349d2d3ca3b862d61ba3
scripts/checkpatch.pl