aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 5e3f4191f95..ba7bcf34ad0 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -2815,7 +2815,7 @@ sub process {
2815 # Flatten any parentheses and braces 2815 # Flatten any parentheses and braces
2816 while ($dstat =~ s/\([^\(\)]*\)/1/ || 2816 while ($dstat =~ s/\([^\(\)]*\)/1/ ||
2817 $dstat =~ s/\{[^\{\}]*\}/1/ || 2817 $dstat =~ s/\{[^\{\}]*\}/1/ ||
2818 $dstat =~ s/\[[^\{\}]*\]/1/) 2818 $dstat =~ s/\[[^\[\]]*\]/1/)
2819 { 2819 {
2820 } 2820 }
2821 2821