Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295211
b: refs/heads/master
c: b337d8b
h: refs/heads/master
i:
  295209: 15fda00
  295207: 8f73eae
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Mar 23, 2012
1 parent e803c79 commit 66feea7
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: fd1b57ac73f169a5ba7a9569989aad40184f6340
refs/heads/master: b337d8b82f235d0212f7adcaeb431fd4e688bb98
2 changes: 1 addition & 1 deletion trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ sub build_types {
}x;
$Type = qr{
$NonptrType
(?:[\s\*]+\s*const|[\s\*]+|(?:\s*\[\s*\])+)?
(?:(?:\s|\*|\[\])+\s*const|(?:\s|\*|\[\])+|(?:\s*\[\s*\])+)?
(?:\s+$Inline|\s+$Modifier)*
}x;
$Declare = qr{(?:$Storage\s+)?$Type};
Expand Down

0 comments on commit 66feea7

Please sign in to comment.