[PATCH] relax check regex for revert commit

From: Jia He
Date: Mon Apr 02 2018 - 10:29:34 EST


For revert commit, it might has two double quotation marks in its
commit log.
Relax the check condition for revert commit to avoid checkpatch
errors.

Without this patch, checkpatch.pl will report errors:
ERROR: Please use git commit description style
...

Attached testcases here:
[test case 1] test single line revert commit
============================================