projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cca2e6f
)
include/asm-x86/proto.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:03:16 +0000
(
01:03
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:26 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/proto.h
patch
|
blob
|
blame
|
history
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);
-#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