From: Andy Whitcroft Date: Thu, 24 Jul 2008 04:28:56 +0000 (-0700) Subject: checkpatch: return is not a function -- parentheses for casts are ok too X-Git-Tag: v2.6.27-rc1~717 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee61c47d15270bdea699a8a3dd867f0825c3541;p=pandora-kernel.git checkpatch: return is not a function -- parentheses for casts are ok too Casts require parentheses so it is possible to have something like this: return (int)(*a); This miss trips the complexity function. Ensure that the two separate parenthesised sections are not coelesced. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed