diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-09-21 14:36:47 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-09 21:00:47 +1000 |
commit | 7d6524f035e25fc3abd806f62e5345f911b9d10a (patch) | |
tree | 29b0200283093188d729024ef44e3e57e338b2dc /arch/powerpc | |
parent | dcccb37e98e0444b0c6a03b303855771aa463c96 (diff) |
[POWERPC] iSeries: Correct missing newline in printk
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/iseries/viopath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/viopath.c b/arch/powerpc/platforms/iseries/viopath.c index 6a0060a5f2ec..45f2fe39c87e 100644 --- a/arch/powerpc/platforms/iseries/viopath.c +++ b/arch/powerpc/platforms/iseries/viopath.c @@ -596,7 +596,7 @@ int viopath_close(HvLpIndex remoteLp, int subtype, int numReq) numOpen += viopathStatus[remoteLp].users[i]; if ((viopathStatus[remoteLp].isOpen) && (numOpen == 0)) { - printk(VIOPATH_KERN_INFO "closing connection to partition %d", + printk(VIOPATH_KERN_INFO "closing connection to partition %d\n", remoteLp); HvCallEvent_closeLpEventPath(remoteLp, |