From: Joe Perches Date: Thu, 23 Jan 2014 23:54:49 +0000 (-0800) Subject: checkpatch: add tests for function pointer style misuses X-Git-Tag: v3.14-rc1~108^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31070b5d4490c6c876e0d3b093e5d5b05e4027fa;p=pandora-kernel.git checkpatch: add tests for function pointer style misuses Kernel style uses function pointers in this form: "type (*funcptr)(args...)" Emit warnings when this function pointer form isn't used. Signed-off-by: Joe Perches Cc: Andy Whitcroft Cc: Derek Perrin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed