From: Andy Whitcroft Date: Tue, 6 Jan 2009 22:41:26 +0000 (-0800) Subject: checkpatch: loosen spacing on typedef function checks X-Git-Tag: v2.6.29-rc1~341 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8054576dca7e76dd1f58c525af3309cfc9c74454;p=pandora-kernel.git checkpatch: loosen spacing on typedef function checks Loosen spacing checks to correctly detect this valid use of a typedef: typedef struct rcu_data *(*get_data_func)(int); Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed