arch/sh/boot/compressed/cache.c: Checkpatch cleanup
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 27 Feb 2010 16:51:36 +0000 (16:51 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 1 Mar 2010 02:57:31 +0000 (11:57 +0900)
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>
arch/sh/boot/compressed/cache.c

index e27fc74..d0b77b6 100644 (file)
@@ -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;