[patch 3/5] ppc64: Fix up some whitespace issues in ptrace32.c

Anton Blanchard anton at samba.org
Sat Sep 10 16:01:09 EST 2005


Fix up some whitespace issues in ptrace32.c

Signed-off-by: Anton Blanchard <anton at samba.org>
---

Index: build/arch/ppc64/kernel/ptrace32.c
===================================================================
--- build.orig/arch/ppc64/kernel/ptrace32.c	2005-09-10 13:29:48.000000000 +1000
+++ build/arch/ppc64/kernel/ptrace32.c	2005-09-10 13:29:52.000000000 +1000
@@ -406,9 +406,9 @@
 		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:

--




More information about the Linuxppc64-dev mailing list