Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105385
b: refs/heads/master
c: 6ef9b29
h: refs/heads/master
i:
  105383: eda13a7
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Jul 24, 2008
1 parent 235c0a9 commit 232de50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: beae6332493a40116dba24928154621f2e88b9a9
refs/heads/master: 6ef9b297f6e8850da3be9c9ff5f00385c0977004
2 changes: 1 addition & 1 deletion trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ sub annotate_values {
$av_pending = 'N';
$type = 'N';

} elsif ($cur =~/^(return|case|else)/o) {
} elsif ($cur =~/^(return|case|else|goto)/o) {
print "KEYWORD($1)\n" if ($dbg_values > 1);
$type = 'N';

Expand Down

0 comments on commit 232de50

Please sign in to comment.