Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295209
b: refs/heads/master
c: e45bab8
h: refs/heads/master
i:
  295207: 8f73eae
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Mar 23, 2012
1 parent e438b2e commit 15fda00
Show file tree
Hide file tree
Showing 2 changed files with 7 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: b9df76ac76da351cd4f6ba52369e9a64e9ab686d
refs/heads/master: e45bab8ebfee65ba89b228c1e7c64a6cb0812124
6 changes: 6 additions & 0 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2894,6 +2894,12 @@ sub process {
{
}

# Flatten any obvious string concatentation.
while ($dstat =~ s/("X*")\s*$Ident/$1/ ||
$dstat =~ s/$Ident\s*("X*")/$1/)
{
}

my $exceptions = qr{
$Declare|
module_param_named|
Expand Down

0 comments on commit 15fda00

Please sign in to comment.