Skip to content

Commit

Permalink
arch/sh/boot/compressed/cache.c: Checkpatch cleanup
Browse files Browse the repository at this point in the history
arch/sh/boot/compressed/cache.c:8: WARNING: space prohibited between function name and open parenthesis '('

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Andrea Gelmini authored and Paul Mundt committed Mar 1, 2010
1 parent 5499b45 commit 55c1b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/boot/compressed/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ int cache_control(unsigned int command)

for (i = 0; i < (32 * 1024); i += 32) {
(void)*p;
p += (32 / sizeof (int));
p += (32 / sizeof(int));
}

return 0;
Expand Down

0 comments on commit 55c1b0d

Please sign in to comment.