projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e52da35
)
include/asm-x86/compat.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:01:53 +0000
(
01:01
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:22 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/compat.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/compat.h
b/include/asm-x86/compat.h
index d3e8f3e87ee8a876c413611fd2ae21fb0b6dbc63..1793ac317a30417523cc84fb5d4b2f583b1b4a01 100644
(file)
--- a/
include/asm-x86/compat.h
+++ b/
include/asm-x86/compat.h
@@
-204,7
+204,7
@@
static inline compat_uptr_t ptr_to_compat(void __user *uptr)
return (u32)(unsigned long)uptr;
}
-static
__inline__
void __user *compat_alloc_user_space(long len)
+static
inline
void __user *compat_alloc_user_space(long len)
{
struct pt_regs *regs = task_pt_regs(current);
return (void __user *)regs->sp - len;