From: Joe Perches Date: Thu, 3 Apr 2014 21:49:33 +0000 (-0700) Subject: checkpatch: don't warn on bitfield spaces around : X-Git-Tag: v3.15-rc1~106^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00e48148e99a20c3d81346390d60c7d23826f61;p=pandora-kernel.git checkpatch: don't warn on bitfield spaces around : This test prevents code from being aligned around the : for easy visual counting of bitfield lengths. ie: int foo : 1, int bar : 2, int foobar :29; should be acceptable so remove the test. Signed-off-by: Joe Perches Suggested-by: Dan Carpenter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed