diff options
Diffstat (limited to 'scripts/checkpatch.pl')
| -rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index fad2116f51a4..146e9f907280 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
| @@ -2353,7 +2353,7 @@ sub process { | |||
| 2353 | $sline =~ /^\+\s+\(?\s*(?:$Compare|$Assignment|$Operators)/) && | 2353 | $sline =~ /^\+\s+\(?\s*(?:$Compare|$Assignment|$Operators)/) && |
| 2354 | # indentation of previous and current line are the same | 2354 | # indentation of previous and current line are the same |
| 2355 | (($prevline =~ /\+(\s+)\S/) && $sline =~ /^\+$1\S/)) { | 2355 | (($prevline =~ /\+(\s+)\S/) && $sline =~ /^\+$1\S/)) { |
| 2356 | WARN("SPACING", | 2356 | WARN("LINE_SPACING", |
| 2357 | "Missing a blank line after declarations\n" . $hereprev); | 2357 | "Missing a blank line after declarations\n" . $hereprev); |
| 2358 | } | 2358 | } |
| 2359 | 2359 | ||
