From 22ec9ad9bc86b45af3b1c20a7a4395da194a132c Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Tue, 10 Jan 2012 15:10:13 -0800 Subject: [PATCH] --- yaml --- r: 283080 b: refs/heads/master c: 6b48db24e30d371bc54566667b82ca3d64aab80a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/checkpatch.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bed06bb3407a..2112353411f7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: addcdcea99514bee64b5bf091ac9fd2fc5da65cf +refs/heads/master: 6b48db24e30d371bc54566667b82ca3d64aab80a diff --git a/trunk/scripts/checkpatch.pl b/trunk/scripts/checkpatch.pl index 497416c8360b..eb4b55940c0e 100755 --- a/trunk/scripts/checkpatch.pl +++ b/trunk/scripts/checkpatch.pl @@ -315,7 +315,7 @@ sub build_types { $NonptrType = qr{ (?:$Modifier\s+|const\s+)* (?: - (?:typeof|__typeof__)\s*\(\s*\**\s*$Ident\s*\)| + (?:typeof|__typeof__)\s*\([^\)]*\)| (?:$typeTypedefs\b)| (?:${all}\b) )