Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217585
b: refs/heads/master
c: 9446ef5
h: refs/heads/master
i:
  217583: 19b898a
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Oct 26, 2010
1 parent 7f2bbd3 commit 4d5864a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb2d2c1b5825503d30fb6f2dc328dbe4a47d9794
refs/heads/master: 9446ef569c288e683225fec8337a0b2b81e75cc5
5 changes: 5 additions & 0 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,11 @@ sub annotate_values {
$av_preprocessor = 0;
}

} elsif ($cur =~ /^(\(\s*$Type\s*)\)/) {
print "CAST($1)\n" if ($dbg_values > 1);
push(@av_paren_type, $type);
$type = 'C';

} elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\)|\(|\s*$)/) {
print "DECLARE($1)\n" if ($dbg_values > 1);
$type = 'T';
Expand Down

0 comments on commit 4d5864a

Please sign in to comment.