[PATCH] Add missing newline in xmon help output

Michael Ellerman michael at ellerman.id.au
Mon Feb 26 20:14:06 EST 2007


My patch to add spu disassembly (af89fb8041562508895c8f3ba04790d7c2f4338c)
removed a newline from the xmon help that it shouldn't have, put it back.

Signed-off-by: Michael Ellerman <michael at ellerman.id.au>
---
Paulus,
This is obviously fairly unimportant, but would be nice to have in
2.6.21 and shouldn't break anything .. touch wood.

---
 arch/powerpc/xmon/xmon.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: powerpc/arch/powerpc/xmon/xmon.c
===================================================================
--- powerpc.orig/arch/powerpc/xmon/xmon.c
+++ powerpc/arch/powerpc/xmon/xmon.c
@@ -218,7 +218,7 @@ Commands:\n\
 "  ss	stop execution on all spus\n\
   sr	restore execution on stopped spus\n\
   sf  #	dump spu fields for spu # (in hex)\n\
-  sd  #	dump spu local store for spu # (in hex)\
+  sd  #	dump spu local store for spu # (in hex)\n\
   sdi #	disassemble spu local store for spu # (in hex)\n"
 #endif
 "  S	print special registers\n\



More information about the Linuxppc-dev mailing list