aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2005-09-10 16:01:09 +1000
committerPaul Mackerras <paulus@samba.org>2005-09-12 17:19:12 +1000
commitdf09ce4a15bac7b05356b2f00fbb600c5890b1f3 (patch)
tree244012b2885b2369b3262b86e3e1d0a3ec8f415f /arch/ppc64
parent[PATCH] ppc64: ptrace cleanups (diff)
downloadlinux-dev-df09ce4a15bac7b05356b2f00fbb600c5890b1f3.tar.xz
linux-dev-df09ce4a15bac7b05356b2f00fbb600c5890b1f3.zip
[PATCH] ppc64: Fix up some whitespace issues in ptrace32.c
Fix up some whitespace issues in ptrace32.c Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64')
-rw-r--r--arch/ppc64/kernel/ptrace32.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ppc64/kernel/ptrace32.c b/arch/ppc64/kernel/ptrace32.c
index 4d1568c946cc..cbb1e0fb8813 100644
--- a/arch/ppc64/kernel/ptrace32.c
+++ b/arch/ppc64/kernel/ptrace32.c
@@ -406,9 +406,9 @@ int sys32_ptrace(long request, long pid, unsigned long addr, unsigned long data)
break;
}
- case PTRACE_GETEVENTMSG:
- ret = put_user(child->ptrace_message, (unsigned int __user *) data);
- break;
+ case PTRACE_GETEVENTMSG:
+ ret = put_user(child->ptrace_message, (unsigned int __user *) data);
+ break;
#ifdef CONFIG_ALTIVEC
case PTRACE_GETVRREGS: