Skip to content

Commit

Permalink
Staging: otus: hpfwu.c: Checkpatch cleanup
Browse files Browse the repository at this point in the history
drivers/staging/otus/hal/hpfwu.c:1017: 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 adc6ffc commit 0637fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/otus/hal/hpfwu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1014,4 +1014,4 @@ const u32_t zcFwImage[] = {
0x00000000, 0x00000000, 0x00000000, 0x00000000,
};

const u32_t zcFwImageSize=15936;
const u32_t zcFwImageSize = 15936;

0 comments on commit 0637fd6

Please sign in to comment.