Skip to content

Commit

Permalink
staging/zache checkpatch ERROR: spaces prohibited around that
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Berger authored and Greg Kroah-Hartman committed Feb 18, 2013
1 parent dc7f5b3 commit bdafb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/zcache/zbud.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bdafb16

Please sign in to comment.