X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fscripts%2Fcheckpatch.pl;h=bc6b6017317ff2e75487cf6c96d285a401cfe124;hb=cadd5197153576602a0f3ac45113f4c8ba0733fc;hp=eec68b7a0dcc9f1e66b5115b63db0fb77e556460;hpb=3b3e3f67c10cc458321eb9030b671a922eceb149;p=openocd diff --git a/tools/scripts/checkpatch.pl b/tools/scripts/checkpatch.pl index eec68b7a..bc6b6017 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;