X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=scripts%2Fcheckpatch.pl;h=9208ec64af9d753c2b504aaa6ba27daf56474df7;hp=a305aa52b8b16e0285f2b3c93228ca820609ada1;hb=383099fd636deacf698b91b4c96d0d6d01e6dc79;hpb=83242e0c239aaa33e757584605f788ac1eca2f0f diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index a305aa5..9208ec6 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2167,9 +2167,10 @@ sub process { MODULE_PARAM_DESC| DECLARE_PER_CPU| DEFINE_PER_CPU| - __typeof__\( + __typeof__\(| + \.$Ident\s*=\s* }x; - #print "REST<$rest>\n"; + #print "REST<$rest> dstat<$dstat>\n"; if ($rest ne '') { if ($rest !~ /while\s*\(/ && $dstat !~ /$exceptions/)