From: Joe Perches Date: Fri, 22 Feb 2013 00:44:17 +0000 (-0800) Subject: checkpatch: don't emit the CamelCase warning for PageFoo X-Git-Tag: v3.9-rc1~114^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8eb3997ce2f5887472a674b32f295b0196ecf46;p=pandora-kernel.git checkpatch: don't emit the CamelCase warning for PageFoo I'm getting a ton of these: WARNING: Avoid CamelCase: #140: FILE: mm/migrate.c:1576: + if (PageTransHuge(page) && page_count(page) != 3) { So exclude anything which starts with "Page". Tested-by: Andrew Morton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed