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 3a7499de2c2d..78e7a310af46 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
| @@ -3020,7 +3020,7 @@ sub process { | |||
| 3020 | 3020 | ||
| 3021 | # check indentation starts on a tab stop | 3021 | # check indentation starts on a tab stop |
| 3022 | if ($^V && $^V ge 5.10.0 && | 3022 | if ($^V && $^V ge 5.10.0 && |
| 3023 | $sline =~ /^\+\t+( +)(?:$c90_Keywords\b|\{\s*$|\}\s*(?:else\b|while\b|\s*$)|$Declare\s*$Ident\s*[;=\[])/) { | 3023 | $sline =~ /^\+\t+( +)(?:$c90_Keywords\b|\{\s*$|\}\s*(?:else\b|while\b|\s*$)|$Declare\s*$Ident\s*[;=])/) { |
| 3024 | my $indent = length($1); | 3024 | my $indent = length($1); |
| 3025 | if ($indent % 8) { | 3025 | if ($indent % 8) { |
| 3026 | if (WARN("TABSTOP", | 3026 | if (WARN("TABSTOP", |
