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:
a098722
)
[PATCH] ppc64: Fix up some whitespace issues in ptrace32.c
author
Anton Blanchard
<anton@samba.org>
Sat, 10 Sep 2005 06:01:09 +0000
(16:01 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 12 Sep 2005 07:19:12 +0000
(17:19 +1000)
Fix up some whitespace issues in ptrace32.c
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/ptrace32.c
patch
|
blob
|
history
diff --git
a/arch/ppc64/kernel/ptrace32.c
b/arch/ppc64/kernel/ptrace32.c
index 4d1568c946cce2173344c03bba11466e88568ac0..cbb1e0fb8813ac27cece1b29019543b4baad23a2 100644
(file)
--- 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: