Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Anton Blanchard and committed by
Paul Mackerras
df09ce4a a0987224

+3 -3
+3 -3
arch/ppc64/kernel/ptrace32.c
··· 406 406 break; 407 407 } 408 408 409 - case PTRACE_GETEVENTMSG: 410 - ret = put_user(child->ptrace_message, (unsigned int __user *) data); 411 - break; 409 + case PTRACE_GETEVENTMSG: 410 + ret = put_user(child->ptrace_message, (unsigned int __user *) data); 411 + break; 412 412 413 413 #ifdef CONFIG_ALTIVEC 414 414 case PTRACE_GETVRREGS: