Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295207
b: refs/heads/master
c: daebc53
h: refs/heads/master
i:
  295205: c63461a
  295203: 721cd24
  295199: 7d43e21
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Mar 23, 2012
1 parent 154ebb6 commit 8f73eae
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: 11232688ec41a507cdb476fc4e88aff8a3a34c3c
refs/heads/master: daebc534ac15f991961a5bb433e515988220e9bf
2 changes: 1 addition & 1 deletion trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2391,7 +2391,7 @@ sub process {
my ($where, $prefix) = ($-[1], $1);
if ($prefix !~ /$Type\s+$/ &&
($where != 0 || $prefix !~ /^.\s+$/) &&
$prefix !~ /{\s+$/) {
$prefix !~ /[{,]\s+$/) {
ERROR("BRACKET_SPACE",
"space prohibited before open square bracket '['\n" . $herecurr);
}
Expand Down

0 comments on commit 8f73eae

Please sign in to comment.