aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index e3c6b4922ff..57df9069921 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 '') {