Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114767
b: refs/heads/master
c: dea3349
h: refs/heads/master
i:
  114765: 47aef20
  114763: 6b1c67d
  114759: 959402c
  114751: 02a2391
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Oct 16, 2008
1 parent aee478c commit a8c81e7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a1080bf80862c571b5f0a20cb601e24dd90e2026
refs/heads/master: dea33496ddc2bf1a50e9def87b4ef14709d8cb6d
1 change: 1 addition & 0 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ sub ctx_statement_block {
# context.
if ($off >= $len) {
for (; $remain > 0; $line++) {
last if (!defined $lines[$line]);
next if ($lines[$line] =~ /^-/);
$remain--;
$loff = $len;
Expand Down

0 comments on commit a8c81e7

Please sign in to comment.