* [PATCH] Add missing newline in xmon help output
@ 2007-02-26 9:14 Michael Ellerman
0 siblings, 0 replies; only message in thread
From: Michael Ellerman @ 2007-02-26 9:14 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev, Arnd Bergmann
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@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\
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-26 9:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-26 9:14 [PATCH] Add missing newline in xmon help output Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).