diff options
-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 497416c8360b..eb4b55940c0e 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -315,7 +315,7 @@ sub build_types { | |||
315 | $NonptrType = qr{ | 315 | $NonptrType = qr{ |
316 | (?:$Modifier\s+|const\s+)* | 316 | (?:$Modifier\s+|const\s+)* |
317 | (?: | 317 | (?: |
318 | (?:typeof|__typeof__)\s*\(\s*\**\s*$Ident\s*\)| | 318 | (?:typeof|__typeof__)\s*\([^\)]*\)| |
319 | (?:$typeTypedefs\b)| | 319 | (?:$typeTypedefs\b)| |
320 | (?:${all}\b) | 320 | (?:${all}\b) |
321 | ) | 321 | ) |