From 410f3ca585a978d4e505b518c9fb504af92d0665 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 12 Jun 2026 11:55:29 +0200 Subject: [PATCH] checksrc: silence `-b` option debug message Closes #21985 --- scripts/checksrc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checksrc.pl b/scripts/checksrc.pl index 7b9f814709..2806b70405 100755 --- a/scripts/checksrc.pl +++ b/scripts/checksrc.pl @@ -343,7 +343,7 @@ while(defined $file) { } elsif($file =~ /^-b(.*)/) { $banfunc{$1} = $1; - print STDERR "ban use of \"$1\"\n"; + # print STDERR "ban use of \"$1\"\n"; $file = shift @ARGV; next; }