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:
807612d
)
Typo in compat_sys_lseek() declaration
author
Stephan Springl
<springl-kernel@bfw-online.de>
Thu, 30 Jan 2014 16:56:23 +0000
(17:56 +0100)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 31 Jan 2014 19:32:24 +0000
(14:32 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/compat.h
patch
|
blob
|
history
diff --git
a/include/linux/compat.h
b/include/linux/compat.h
index c5642b83e02b9633317617a0c7841a51b2949b24..39f886f84893b38734be81b5fcacaea335469929 100644
(file)
--- a/
include/linux/compat.h
+++ b/
include/linux/compat.h
@@
-337,7
+337,7
@@
asmlinkage ssize_t compat_sys_preadv(compat_ulong_t fd,
asmlinkage ssize_t compat_sys_pwritev(compat_ulong_t fd,
const struct compat_iovec __user *vec,
compat_ulong_t vlen, u32 pos_low, u32 pos_high);
-asmlinkage long comat_sys_lseek(unsigned int, compat_off_t, unsigned int);
+asmlinkage long com
p
at_sys_lseek(unsigned int, compat_off_t, unsigned int);
asmlinkage long compat_sys_execve(const char __user *filename, const compat_uptr_t __user *argv,
const compat_uptr_t __user *envp);