From 36ab3d9d0778a055c00c14b6b726d7c11c0ca5ec Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Wed, 23 Jul 2008 21:29:08 -0700 Subject: [PATCH] --- yaml --- r: 105399 b: refs/heads/master c: 8ea3eb9a20f39d5afa52900a34092b4b5f6b55cb h: refs/heads/master i: 105397: c8e5427b05f6e855242148e599ee8233241c5992 105395: 81e6b0a9726c6e6fa49ea7cb0c9d667934e7c367 105391: ab63d849bd2c4b7ad80076c55245a92b2181af55 v: v3 --- [refs] | 2 +- trunk/scripts/checkpatch.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 05c0a3ecff1c..16b6b8754846 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b8f96a31f38c8e9fc75f0a89c6815e7cbc402858 +refs/heads/master: 8ea3eb9a20f39d5afa52900a34092b4b5f6b55cb diff --git a/trunk/scripts/checkpatch.pl b/trunk/scripts/checkpatch.pl index 775f2b146aa1..6d07b6778c91 100755 --- a/trunk/scripts/checkpatch.pl +++ b/trunk/scripts/checkpatch.pl @@ -715,7 +715,7 @@ sub annotate_values { $av_preprocessor = 0; } - } elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\))/) { + } elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\)|\()/) { print "DECLARE($1)\n" if ($dbg_values > 1); $type = 'T';