diff options
-rwxr-xr-x | scripts/checkpatch.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 4c53d6f67339..b4390cf818da 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -1224,7 +1224,9 @@ sub possible { | |||
1224 | case| | 1224 | case| |
1225 | else| | 1225 | else| |
1226 | asm|__asm__| | 1226 | asm|__asm__| |
1227 | do | 1227 | do| |
1228 | \#| | ||
1229 | \#\#| | ||
1228 | )(?:\s|$)| | 1230 | )(?:\s|$)| |
1229 | ^(?:typedef|struct|enum)\b | 1231 | ^(?:typedef|struct|enum)\b |
1230 | )}x; | 1232 | )}x; |