include/asm-x86/proto.h: checkpatch cleanups - formatting only
[sfrench/cifs-2.6.git] / include / asm-x86 / proto.h
index 68563c0709ac438495c8b0abf6ac16f90337ee49..9da46af3b0e96a656e7636df9d228857c789e2d6 100644 (file)
@@ -26,7 +26,7 @@ extern int reboot_force;
 
 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
 
-#define round_up(x,y) (((x) + (y) - 1) & ~((y)-1))
-#define round_down(x,y) ((x) & ~((y)-1))
+#define round_up(x, y) (((x) + (y) - 1) & ~((y) - 1))
+#define round_down(x, y) ((x) & ~((y) - 1))
 
 #endif