forked from Minki/linux
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:
parent
dc7f5b3594
commit
bdafb167d3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user