diff options
Diffstat (limited to 'tools/scripts/checkpatch.pl')
-rwxr-xr-x | tools/scripts/checkpatch.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/scripts/checkpatch.pl b/tools/scripts/checkpatch.pl index eec68b7..bc6b601 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; |