arm64: dts: rockchip: rk3399: add dsi1 node
[firefly-linux-kernel-4.4.55.git] / scripts / checkpatch.pl
index 2b3c22808c3bfcd761ee6b7522354b77d31f3c9c..e70147742cce9b9fab7ee48e7c29a3f0fc16c11b 100755 (executable)
@@ -2348,6 +2348,7 @@ sub process {
 
 # Check for git id commit length and improperly formed commit descriptions
                if ($in_commit_log && !$commit_log_possible_stack_dump &&
+                   $line !~ /^This reverts commit [0-9a-f]{7,40}/ &&
                    ($line =~ /\bcommit\s+[0-9a-f]{5,}\b/i ||
                     ($line =~ /\b[0-9a-f]{12,40}\b/i &&
                      $line !~ /[\<\[][0-9a-f]{12,40}[\>\]]/i &&