diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 308e4015bd8e1a9172f0f2b90ccde1825f6a7186..0ee37bfdfd681dd84a9b806f3a686d778c3d5371 100755
--- a/scripts/checkpatch.pl
+++ b/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) {