From: Robert Berger Date: Sat, 16 Feb 2013 08:35:51 +0000 (+0200) Subject: staging/zache checkpatch ERROR: spaces prohibited around that X-Git-Tag: v3.9-rc1~127^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdafb167d30da85ccd563a12197e0370d0667923;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/zcache/zbud.c b/drivers/staging/zcache/zbud.c index ee927e8..328c397 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;