Skip to content

Commit

Permalink
Staging: otus: hpfw2.c: Checkpatch cleanup
Browse files Browse the repository at this point in the history
drivers/staging/otus/hal/hpfw2.c:1018: 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>
  • Loading branch information
Andrea Gelmini authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 9793155 commit 86f3b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/otus/hal/hpfw2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 86f3b1a

Please sign in to comment.