浏览代码

arch/sh/boot/compressed/cache.c: Checkpatch cleanup

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>
Andrea Gelmini 16 年之前
父节点
当前提交
55c1b0d27b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/sh/boot/compressed/cache.c

+ 1 - 1
arch/sh/boot/compressed/cache.c

@@ -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;