[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1361003754-22512-2-git-send-email-rber.git@ReliableEmbeddedSystems.com>
Date: Sat, 16 Feb 2013 10:35:51 +0200
From: Robert Berger <git.rber@...il.com>
To: devel@...verdev.osuosl.org, konrad.wilk@...cle.com
Cc: gregkh@...uxfoundation.org, sjenning@...ux.vnet.ibm.com,
xiaoguangrong@...ux.vnet.ibm.com, minchan@...nel.org,
linux-kernel@...r.kernel.org, joe@...ches.com, git.rber@...il.com,
Robert Berger <rber.git@...iableEmbeddedSystems.com>
Subject: [PATCH 1/4] 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@...iableEmbeddedSystems.com>
---
drivers/staging/zcache/zbud.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/zcache/zbud.c b/drivers/staging/zcache/zbud.c
index 79ae9bd..57b72e3 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;
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists