From: Andy Whitcroft Date: Thu, 24 Jul 2008 04:29:07 +0000 (-0700) Subject: checkpatch: possible modifiers are not being correctly matched X-Git-Tag: v2.6.27-rc1~700 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2172eb5bd4b7d06577113ec40635083619ca54a;p=pandora-kernel.git checkpatch: possible modifiers are not being correctly matched Although we are finding the added modifier in the declaration below we are not correctly matching it as a type. Fix the declaration. static void __ref *vmem_alloc_pages(unsigned int order) { } Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed