Commit 8fadc8fd authored by Wei Li's avatar Wei Li Committed by Zheng Zengkai
Browse files

checkpatch: Update check of link tags

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8JC6Z



--------------------------------

Custom 'bugzilla' and 'Reference' tags can also be URL, update the check
of link tags.

Signed-off-by: default avatarWei Li <liwei391@huawei.com>
Signed-off-by: default avatarZheng Zengkai <zhengzengkai@huawei.com>
parent 179f1798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = "";