From: Andrea Gelmini <andrea.gelmini@gelma.net>
Date: Sun, 28 Feb 2010 23:28:48 +0000 (+0100)
Subject: Staging: otus: hpfwuinit.c: Checkpatch cleanup
X-Git-Tag: firefly_0821_release~9833^2~2055^2^2~569
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=adc6ffc073274770e08e15e65bca4a2ee042170f;p=firefly-linux-kernel-4.4.55.git

Staging: otus: hpfwuinit.c: Checkpatch cleanup

drivers/staging/otus/hal/hpfwuinit.c:240: ERROR: spaces required around that '=' (ctx:VxV)

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---

diff --git a/drivers/staging/otus/hal/hpfwuinit.c b/drivers/staging/otus/hal/hpfwuinit.c
index ed80ffafaffc..5d0dccca080c 100644
--- a/drivers/staging/otus/hal/hpfwuinit.c
+++ b/drivers/staging/otus/hal/hpfwuinit.c
@@ -237,4 +237,4 @@ const u32_t zcFwImage[] = {
 0x45485441, 0x38731652, 0x89ACFF91, 0xEE55D178,
 0xEE000D0A, };
 
-const u32_t zcFwImageSize=3508;
+const u32_t zcFwImageSize = 3508;