checkpatch: correct false positives reporting instructions
[fw/openocd] / tools / scripts / checkpatch.pl
index eec68b7a0dcc9f1e66b5115b63db0fb77e556460..7a30ae7e3fbeb42294950a7cdfb982d1b8d717eb 100755 (executable)
@@ -446,6 +446,8 @@ sub parse_email {
                        $address = "";
                        $comment = "";
                }
+       } elsif ($formatted_email eq "jenkins") {
+               $address = "jenkins"
        }
 
        $name =~ s/^\s+|\s+$//g;
@@ -3330,7 +3332,8 @@ sub process {
 $vname has style problems, please review.
 
 If any of these errors are false positives, please report
-them to the maintainer, see CHECKPATCH in MAINTAINERS.
+them to the openocd-devel mailing list or prepare a patch
+and send it to Gerrit for review.
 EOM
        }