git.samba.org
/
sfrench
/
cifs-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
include/asm-x86/proto.h: checkpatch cleanups - formatting only
[sfrench/cifs-2.6.git]
/
include
/
asm-x86
/
proto.h
diff --git
a/include/asm-x86/proto.h
b/include/asm-x86/proto.h
index 68563c0709ac438495c8b0abf6ac16f90337ee49..9da46af3b0e96a656e7636df9d228857c789e2d6 100644
(file)
--- a/
include/asm-x86/proto.h
+++ b/
include/asm-x86/proto.h
@@
-26,7
+26,7
@@
extern int reboot_force;
long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
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
#endif