From: Joachim Fenkes <fenkes@de.ibm.com>
To: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org
Cc: pmac@au1.ibm.com, hnguyen@de.ibm.com, johnrose@austin.ibm.com,
johnrose@us.ibm.com, nfont@austin.ibm.com, paulus@samba.org,
themann@de.ibm.com
Subject: [PATCH] ibmebus: newline fix
Date: Tue, 27 Mar 2007 15:18:55 +0100 [thread overview]
Message-ID: <200703271618.55616.fenkes@de.ibm.com> (raw)
Stupid me forgot a newline in an error message.
Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com>
---
Applies on top of
"ibmebus: change probe/remove interface from using loc-code to DT path"
ibmebus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -Nurp 03b.path/arch/powerpc/kernel/ibmebus.c 03c.path/arch/powerpc/kernel/ibmebus.c
--- 03b.path/arch/powerpc/kernel/ibmebus.c 2007-03-21 15:23:23.000000000 +0100
+++ 03c.path/arch/powerpc/kernel/ibmebus.c 2007-03-27 15:30:44.341143552 +0200
@@ -421,7 +421,7 @@ static ssize_t ibmebus_store_probe(struc
of_node_put(dn);
rc = IS_ERR(dev) ? PTR_ERR(dev) : count;
} else {
- printk(KERN_WARNING "%s: no such device node: %s",
+ printk(KERN_WARNING "%s: no such device node: %s\n",
__FUNCTION__, path);
rc = -ENODEV;
}
reply other threads:[~2007-03-27 14:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200703271618.55616.fenkes@de.ibm.com \
--to=fenkes@de.ibm.com \
--cc=hnguyen@de.ibm.com \
--cc=johnrose@austin.ibm.com \
--cc=johnrose@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=nfont@austin.ibm.com \
--cc=paulus@samba.org \
--cc=pmac@au1.ibm.com \
--cc=themann@de.ibm.com \
/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
all inboxes | Powered by JetHome®