diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2004-07-30 08:48:39 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-07-30 08:48:39 -0700 |
| commit | 4e3b04fb1cc62dbfed323ceb6ccf565ae037a4e4 (patch) | |
| tree | edd6c3922659bd66b14ae8235a3cec715d5aa450 /arch/arm/kernel/sys_arm.c | |
| parent | 1fe595bb588ac1d4b10fdf4cdd0f959e2ba880dd (diff) | |
[PATCH] ARM initial annotations
Usual set of initial annotations for a platform.
Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/arm/kernel/sys_arm.c')
| -rw-r--r-- | arch/arm/kernel/sys_arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/sys_arm.c b/arch/arm/kernel/sys_arm.c index 79acdd17f1aa..fb26b3bf96b1 100644 --- a/arch/arm/kernel/sys_arm.c +++ b/arch/arm/kernel/sys_arm.c @@ -178,7 +178,7 @@ asmlinkage int sys_ipc(uint call, int first, int second, int third, union semun fourth; if (!ptr) return -EINVAL; - if (get_user(fourth.__pad, (void __user **) ptr)) + if (get_user(fourth.__pad, (void __user * __user *) ptr)) return -EFAULT; return sys_semctl (first, second, third, fourth); } |
