Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295206
b: refs/heads/master
c: 1123268
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Linus Torvalds committed Mar 23, 2012
1 parent c63461a commit 154ebb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1fe9c099cecc6e49324355f1b15573e9dbbe0f9
refs/heads/master: 11232688ec41a507cdb476fc4e88aff8a3a34c3c
5 changes: 2 additions & 3 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 154ebb6

Please sign in to comment.