diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 7d16f863edf1c7702123b1d8f3019814f4618ee6..35cead40a66dde76e94ddadbefba2ead9c437552 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -622,7 +622,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 = "";