summaryrefslogtreecommitdiff
path: root/drivers/staging/zcache
diff options
context:
space:
mode:
authorRobert Berger <git.rber@gmail.com>2013-02-16 12:35:51 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-18 22:43:14 +0400
commitbdafb167d30da85ccd563a12197e0370d0667923 (patch)
treed69b6dddc98b5de8c0a21986d815028505a086c5 /drivers/staging/zcache
parentdc7f5b3594fdb846890192fd75793a791d7ba83b (diff)
downloadlinux-bdafb167d30da85ccd563a12197e0370d0667923.tar.xz
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>
Diffstat (limited to 'drivers/staging/zcache')
-rw-r--r--drivers/staging/zcache/zbud.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/zcache/zbud.c b/drivers/staging/zcache/zbud.c
index ee927e8b19bd..328c397ea5dc 100644
--- a/drivers/staging/zcache/zbud.c
+++ b/drivers/staging/zcache/zbud.c
@@ -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;