aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 308e4015bd8e..0ee37bfdfd68 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -3474,13 +3474,12 @@ sub process {
3474 } 3474 }
3475 } 3475 }
3476 3476
3477 if (keys %ignore_type) { 3477 if ($quiet == 0 && keys %ignore_type) {
3478 print "NOTE: Ignored message types:"; 3478 print "NOTE: Ignored message types:";
3479 foreach my $ignore (sort keys %ignore_type) { 3479 foreach my $ignore (sort keys %ignore_type) {
3480 print " $ignore"; 3480 print " $ignore";
3481 } 3481 }
3482 print "\n"; 3482 print "\n\n";
3483 print "\n" if ($quiet == 0);
3484 } 3483 }
3485 3484
3486 if ($clean == 1 && $quiet == 0) { 3485 if ($clean == 1 && $quiet == 0) {