|
@@ -1618,7 +1618,7 @@ sub process {
|
|
|
# check for new typedefs, only function parameters and sparse annotations
|
|
|
# make sense.
|
|
|
if ($line =~ /\btypedef\s/ &&
|
|
|
- $line !~ /\btypedef\s+$Type\s+\(\s*\*?$Ident\s*\)\s*\(/ &&
|
|
|
+ $line !~ /\btypedef\s+$Type\s*\(\s*\*?$Ident\s*\)\s*\(/ &&
|
|
|
$line !~ /\btypedef\s+$Type\s+$Ident\s*\(/ &&
|
|
|
$line !~ /\b$typeTypedefs\b/ &&
|
|
|
$line !~ /\b__bitwise(?:__|)\b/) {
|