From: Andrea Gelmini Date: Sun, 28 Feb 2010 23:28:52 +0000 (+0100) Subject: Staging: otus: hpfwu_OTUS_RC.c: Checkpatch cleanup X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=979315513e65efd1f4b7f57726d98fea99eb5094;p=linux-edison.git Staging: otus: hpfwu_OTUS_RC.c: Checkpatch cleanup drivers/staging/otus/hal/hpfwu_OTUS_RC.c:715: ERROR: spaces required around that '=' (ctx:VxV) Signed-off-by: Andrea Gelmini Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/otus/hal/hpfwu_OTUS_RC.c b/drivers/staging/otus/hal/hpfwu_OTUS_RC.c index 089d3e0ad85..accbec4369f 100644 --- a/drivers/staging/otus/hal/hpfwu_OTUS_RC.c +++ b/drivers/staging/otus/hal/hpfwu_OTUS_RC.c @@ -712,4 +712,4 @@ const u32_t zcFwImage[] = { 0x00000000, 0x00000000, 0x00000000, 0x00000000, }; -const u32_t zcFwImageSize=11104; +const u32_t zcFwImageSize = 11104;