diff options
-rwxr-xr-x | scripts/checkpatch.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index e3c6b4922fff..57df90699219 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -2288,7 +2288,8 @@ sub process { | |||
2288 | DECLARE_PER_CPU| | 2288 | DECLARE_PER_CPU| |
2289 | DEFINE_PER_CPU| | 2289 | DEFINE_PER_CPU| |
2290 | __typeof__\(| | 2290 | __typeof__\(| |
2291 | \.$Ident\s*=\s* | 2291 | \.$Ident\s*=\s*| |
2292 | ^\"|\"$ | ||
2292 | }x; | 2293 | }x; |
2293 | #print "REST<$rest> dstat<$dstat>\n"; | 2294 | #print "REST<$rest> dstat<$dstat>\n"; |
2294 | if ($rest ne '') { | 2295 | if ($rest ne '') { |