From 154ebb640dc4350cefa836805a4e2cb57a3a6379 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 23 Mar 2012 15:02:17 -0700 Subject: [PATCH] --- yaml --- r: 295206 b: refs/heads/master c: 11232688ec41a507cdb476fc4e88aff8a3a34c3c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/checkpatch.pl | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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) {