From: Andrea Gelmini Date: Sun, 28 Feb 2010 23:28:53 +0000 (+0100) Subject: Staging: otus: hpfw2.c: Checkpatch cleanup X-Git-Tag: firefly_0821_release~9833^2~2055^2^2~564 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=86f3b1a8e601098066222a63f0e17d5fbe7ab5bf;p=firefly-linux-kernel-4.4.55.git Staging: otus: hpfw2.c: Checkpatch cleanup drivers/staging/otus/hal/hpfw2.c:1018: 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/hpfw2.c b/drivers/staging/otus/hal/hpfw2.c index baceb0299765..17f405b5db17 100644 --- a/drivers/staging/otus/hal/hpfw2.c +++ b/drivers/staging/otus/hal/hpfw2.c @@ -1015,4 +1015,4 @@ const u32_t zcP2FwImage[] = { 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, }; -const u32_t zcP2FwImageSize=15964; +const u32_t zcP2FwImageSize = 15964;