staging/zache checkpatch ERROR: spaces prohibited around that

zbud.c:106: ERROR: spaces prohibited around that ':' (ctx:VxW)
zbud.c:107: ERROR: spaces prohibited around that ':' (ctx:VxW)

Signed-off-by: Robert Berger <rber.git@ReliableEmbeddedSystems.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Robert Berger 2013-02-16 10:35:51 +02:00 committed by Greg Kroah-Hartman
parent dc7f5b3594
commit bdafb167d3

View file

@ -103,8 +103,8 @@ struct zbudpage {
struct {
unsigned long space_for_flags;
struct {
unsigned zbud0_size: PAGE_SHIFT;
unsigned zbud1_size: PAGE_SHIFT;
unsigned zbud0_size:PAGE_SHIFT;
unsigned zbud1_size:PAGE_SHIFT;
unsigned unevictable:2;
};
struct list_head budlist;