diff --git a/[refs] b/[refs] index ff1ef1184097..260eee9ffef7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d1fe9c099cecc6e49324355f1b15573e9dbbe0f9 +refs/heads/master: 11232688ec41a507cdb476fc4e88aff8a3a34c3c diff --git a/trunk/scripts/checkpatch.pl b/trunk/scripts/checkpatch.pl index 308e4015bd8e..0ee37bfdfd68 100755 --- a/trunk/scripts/checkpatch.pl +++ b/trunk/scripts/checkpatch.pl @@ -3474,13 +3474,12 @@ sub process { } } - if (keys %ignore_type) { + if ($quiet == 0 && keys %ignore_type) { print "NOTE: Ignored message types:"; foreach my $ignore (sort keys %ignore_type) { print " $ignore"; } - print "\n"; - print "\n" if ($quiet == 0); + print "\n\n"; } if ($clean == 1 && $quiet == 0) {