From: Stephen Rothwell <sfr@canb.auug.org.au>
To: paulus@samba.org
Cc: ppc-dev <linuxppc-dev@ozlabs.org>
Subject: [PATCH 07/11] [POWERPC] iSeries: missing newline in printk
Date: Fri, 21 Sep 2007 14:36:47 +1000 [thread overview]
Message-ID: <20070921143647.7ceebabc.sfr@canb.auug.org.au> (raw)
In-Reply-To: <20070921143540.75f3becf.sfr@canb.auug.org.au>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
arch/powerpc/platforms/iseries/viopath.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
diff --git a/arch/powerpc/platforms/iseries/viopath.c b/arch/powerpc/platforms/iseries/viopath.c
index 7106a05..df23331 100644
--- a/arch/powerpc/platforms/iseries/viopath.c
+++ b/arch/powerpc/platforms/iseries/viopath.c
@@ -594,7 +594,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,
--
1.5.3.2
next prev parent reply other threads:[~2007-09-21 4:41 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-21 3:55 [PATCH 0/11][POWERPC] vio cleanups Stephen Rothwell
2007-09-21 4:29 ` [PATCH 01/11] [POWERPC] Remove debug printk from vio_bus_init Stephen Rothwell
2007-09-21 4:31 ` [PATCH 02/11] [POWERPC] Simplify vio_bus_init a little for legacy iSeries Stephen Rothwell
2007-09-21 4:32 ` [PATCH 03/11] [POWERPC] Make vio_bus_type static Stephen Rothwell
2007-09-21 4:33 ` [PATCH 04/11] [POWERPC] iSeries: simplify viocd initialisation Stephen Rothwell
2007-09-21 4:34 ` [PATCH 05/11] [POWERPC] remove iSeries_vio_dev Stephen Rothwell
2007-09-21 4:35 ` [PATCH 06/11] [POWERPC] Remove more iSeries specific stuff from vio.c Stephen Rothwell
2007-09-21 4:36 ` Stephen Rothwell [this message]
2007-09-21 4:37 ` [PATCH 08/11] [POWERPC] iSeries: move detection of virtual cdroms Stephen Rothwell
2007-09-21 4:38 ` [PATCH 09/11] [POWERPC] iSeries: move detection of virtual tapes Stephen Rothwell
2007-09-21 4:39 ` [PATCH 10/11] [POWERPC] Clean up vio.h Stephen Rothwell
2007-09-21 4:40 ` [PATCH 11/11] [POWERPC] iSeries: move viodasd probing Stephen Rothwell
2007-09-23 16:54 ` Stephen Rothwell
2007-09-21 8:29 ` [PATCH 09/11] [POWERPC] iSeries: move detection of virtual tapes Christoph Hellwig
2007-09-21 10:56 ` Stephen Rothwell
2007-09-23 16:52 ` Stephen Rothwell
2007-09-23 16:50 ` [PATCH 08/11] [POWERPC] iSeries: move detection of virtual cdroms Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070921143647.7ceebabc.sfr@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).