[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1290589070-854-4-git-send-email-u.kleine-koenig@pengutronix.de>
Date: Wed, 24 Nov 2010 09:57:48 +0100
From: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
To: linux-kernel@...r.kernel.org
Cc: Russell King - ARM Linux <linux@....linux.org.uk>,
kernel@...gutronix.de, Arjan van de Ven <arjan@...radead.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH 4/6] init: add some KERN_CONT markers to continuation lines
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
---
init/do_mounts.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/init/do_mounts.c b/init/do_mounts.c
index 830aaec..5d2afd4 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -348,8 +348,8 @@ retry:
printk_all_partitions();
printk("No filesystem could mount root, tried: ");
for (p = fs_names; *p; p += strlen(p)+1)
- printk(" %s", p);
- printk("\n");
+ printk(KERN_CONT " %s", p);
+ printk(KERN_CONT "\n");
#ifdef CONFIG_BLOCK
__bdevname(ROOT_DEV, b);
#endif
--
1.7.2.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists