diff options
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-x | scripts/checkpatch.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 19690a2ddb74..6eceda7a4bd9 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -2155,6 +2155,7 @@ sub process { | |||
2155 | if ($dstat ne '' && | 2155 | if ($dstat ne '' && |
2156 | $dstat !~ /^(?:$Ident|-?$Constant)$/ && | 2156 | $dstat !~ /^(?:$Ident|-?$Constant)$/ && |
2157 | $dstat !~ /$exceptions/ && | 2157 | $dstat !~ /$exceptions/ && |
2158 | $dstat !~ /^\.$Ident\s*=/ && | ||
2158 | $dstat =~ /$Operators/) | 2159 | $dstat =~ /$Operators/) |
2159 | { | 2160 | { |
2160 | ERROR("Macros with complex values should be enclosed in parenthesis\n" . "$here\n$ctx\n"); | 2161 | ERROR("Macros with complex values should be enclosed in parenthesis\n" . "$here\n$ctx\n"); |