diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index b30114d637c40fed8bb4e2db74af55bc71b34acd..7395b4c69a67cda8d073c963ed3c6e3dd87b89d4 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -620,7 +620,7 @@ our $signature_tags = qr{(?xi: Cc: )}; -our @link_tags = qw(Link Closes); +our @link_tags = qw(Link Closes bugzilla Reference); #Create a search and print patterns for all these strings to be used directly below our $link_tags_search = "";