From: Sergei Ianovich <ynvich@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Sergei Ianovich <ynvich@gmail.com>,
Rusty Russell <rusty@rustcorp.com.au>
Subject: [PATCH] fix printk output
Date: Thu, 28 Nov 2013 02:03:59 +0400 [thread overview]
Message-ID: <1385589839-11767-1-git-send-email-ynvich@gmail.com> (raw)
Signed-off-by: Sergei Ianovich <ynvich@gmail.com>
---
kernel/module.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kernel/module.c b/kernel/module.c
index f5a3b1e..6f87299 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -817,7 +817,8 @@ SYSCALL_DEFINE2(delete_module, const char __user *, name_user,
if (!(flags & O_NONBLOCK)) {
printk(KERN_WARNING
- "waiting module removal not supported: please upgrade");
+ "waiting module removal not supported: "
+ "please upgrade\n");
}
if (mutex_lock_interruptible(&module_mutex) != 0)
--
1.8.4.2
next reply other threads:[~2013-11-27 22:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-27 22:03 Sergei Ianovich [this message]
2013-11-27 22:07 ` [PATCH] fix printk output Hannes Frederic Sowa
2013-11-30 15:42 ` [PATCH v2] " Sergei Ianovich
2013-12-10 5:29 ` Rusty Russell
2013-12-10 7:29 ` Sergei Ianovich
2014-04-23 5:14 ` Rusty Russell
2014-04-23 9:50 ` Lucas De Marchi
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=1385589839-11767-1-git-send-email-ynvich@gmail.com \
--to=ynvich@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
/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