aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zcache
diff options
context:
space:
mode:
authorRobert Berger <git.rber@gmail.com>2013-02-16 10:35:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-18 10:43:14 -0800
commitbdafb167d30da85ccd563a12197e0370d0667923 (patch)
treed69b6dddc98b5de8c0a21986d815028505a086c5 /drivers/staging/zcache
parentstaging/ozwpan: Mark read only parameters and structs as const (diff)
downloadlinux-dev-bdafb167d30da85ccd563a12197e0370d0667923.tar.xz
linux-dev-bdafb167d30da85ccd563a12197e0370d0667923.zip
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;