X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tools%2Fscripts%2Fcheckpatch.pl;h=bc6b6017317ff2e75487cf6c96d285a401cfe124;hb=cadd51971535;hp=eec68b7a0dcc9f1e66b5115b63db0fb77e556460;hpb=3b3e3f67c10cc458321eb9030b671a922eceb149;p=fw%2Fopenocd diff --git a/tools/scripts/checkpatch.pl b/tools/scripts/checkpatch.pl index eec68b7a0..bc6b60173 100755 --- a/tools/scripts/checkpatch.pl +++ b/tools/scripts/checkpatch.pl @@ -446,6 +446,8 @@ sub parse_email { $address = ""; $comment = ""; } + } elsif ($formatted_email eq "jenkins") { + $address = "jenkins" } $name =~ s/^\s+|\s+$//g;