Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129677
b: refs/heads/master
c: a275064
h: refs/heads/master
i:
  129675: 833e4bb
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Jan 16, 2009
1 parent e9c7168 commit 8344ade
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c91192d66d6cea7878b8542c9d9f1873971aba92
refs/heads/master: a27506459c5e6ccc8437fca0adb6d3759c883c28
4 changes: 3 additions & 1 deletion trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -411,13 +411,15 @@ sub ctx_statement_block {

my $type = '';
my $level = 0;
my @stack = ([$type, $level]);
my @stack = ();
my $p;
my $c;
my $len = 0;

my $remainder;
while (1) {
@stack = (['', 0]) if ($#stack == -1);

#warn "CSB: blk<$blk> remain<$remain>\n";
# If we are about to drop off the end, pull in more
# context.
Expand Down

0 comments on commit 8344ade

Please sign in to comment.