Skip to content

Commit

Permalink
[POWERPC] iSeries: Correct missing newline in printk
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Oct 9, 2007
1 parent dcccb37 commit 7d6524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/iseries/viopath.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7d6524f

Please sign in to comment.