From: Andrea Gelmini Date: Sun, 28 Feb 2010 23:28:56 +0000 (+0100) Subject: Staging: otus: hpfwu_BA.c: Checkpatch cleanup X-Git-Tag: firefly_0821_release~9833^2~2055^2^2~561 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=289d4e1b17fd1e29e30929cf1941b7d3349d748f;p=firefly-linux-kernel-4.4.55.git Staging: otus: hpfwu_BA.c: Checkpatch cleanup drivers/staging/otus/hal/hpfwu_BA.c:874: 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_BA.c b/drivers/staging/otus/hal/hpfwu_BA.c index 0c741571f2b5..f89419b37431 100644 --- a/drivers/staging/otus/hal/hpfwu_BA.c +++ b/drivers/staging/otus/hal/hpfwu_BA.c @@ -871,4 +871,4 @@ const u32_t zcFwImage[] = { 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, }; -const u32_t zcFwImageSize=13656; +const u32_t zcFwImageSize = 13656;