OSDN Git Service

staging/zache checkpatch ERROR: spaces prohibited around that
authorRobert Berger <git.rber@gmail.com>
Sat, 16 Feb 2013 08:35:51 +0000 (10:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Feb 2013 18:43:14 +0000 (10:43 -0800)
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>
drivers/staging/zcache/zbud.c

index ee927e8..328c397 100644 (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;