From: Andy Whitcroft Date: Tue, 6 Jan 2009 22:41:19 +0000 (-0800) Subject: checkpatch: detect multiple bitfield declarations X-Git-Tag: v2.6.29-rc1~350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e761b04a34288a3b0b29c0f49cdf157d7db8863;p=pandora-kernel.git checkpatch: detect multiple bitfield declarations Detect the colons (:) which make up secondary bitfield declarations and apply binary colon checks. For example the following is common idiom: int foo:1, bar:1; Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed