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;