public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix printk output
@ 2013-11-27 22:03 Sergei Ianovich
  2013-11-27 22:07 ` Hannes Frederic Sowa
  0 siblings, 1 reply; 7+ messages in thread
From: Sergei Ianovich @ 2013-11-27 22:03 UTC (permalink / raw)
  To: linux-kernel; +Cc: Sergei Ianovich, Rusty Russell

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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-04-23  9:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27 22:03 [PATCH] fix printk output Sergei Ianovich
2013-11-27 22:07 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox