From: Andrea Gelmini Date: Sun, 28 Feb 2010 23:28:50 +0000 (+0100) Subject: Staging: otus: hpfwu_2k.c: Checkpatch cleanup X-Git-Tag: firefly_0821_release~9833^2~2055^2^2~567 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=52628626dfcb996a5d12996a15255fbe970d6e6e;p=firefly-linux-kernel-4.4.55.git Staging: otus: hpfwu_2k.c: Checkpatch cleanup drivers/staging/otus/hal/hpfwu_2k.c:1016: 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_2k.c b/drivers/staging/otus/hal/hpfwu_2k.c index 94e2caca5369..b675d6d556b2 100644 --- a/drivers/staging/otus/hal/hpfwu_2k.c +++ b/drivers/staging/otus/hal/hpfwu_2k.c @@ -1013,4 +1013,4 @@ const u32_t zcFwImage[] = { 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, }; -const u32_t zcFwImageSize=15928; +const u32_t zcFwImageSize = 15928;