diff options
author | Anton Blanchard <anton@samba.org> | 2005-09-10 02:01:09 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-12 03:19:12 -0400 |
commit | df09ce4a15bac7b05356b2f00fbb600c5890b1f3 (patch) | |
tree | 244012b2885b2369b3262b86e3e1d0a3ec8f415f /arch/ppc64 | |
parent | a0987224dc80b3eb98cc7a135422acbda8538146 (diff) |
[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.c | 6 |
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) | |||
406 | break; | 406 | break; |
407 | } | 407 | } |
408 | 408 | ||
409 | case PTRACE_GETEVENTMSG: | 409 | case PTRACE_GETEVENTMSG: |
410 | ret = put_user(child->ptrace_message, (unsigned int __user *) data); | 410 | ret = put_user(child->ptrace_message, (unsigned int __user *) data); |
411 | break; | 411 | break; |
412 | 412 | ||
413 | #ifdef CONFIG_ALTIVEC | 413 | #ifdef CONFIG_ALTIVEC |
414 | case PTRACE_GETVRREGS: | 414 | case PTRACE_GETVRREGS: |