All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] fs: fix warning message with inserting a single space
@ 2008-12-08 11:54 Hiroshi DOYU
  2008-12-08 12:35 ` Nick Andrew
  0 siblings, 1 reply; 5+ messages in thread
From: Hiroshi DOYU @ 2008-12-08 11:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: Hiroshi DOYU

Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
---
 fs/libfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/libfs.c b/fs/libfs.c
index 1add676..8e6fa43 100644
--- a/fs/libfs.c
+++ b/fs/libfs.c
@@ -453,7 +453,7 @@ int simple_fill_super(struct super_block *s, int magic, struct tree_descr *files
 
 		/* warn if it tries to conflict with the root inode */
 		if (unlikely(i == 1))
-			printk(KERN_WARNING "%s: %s passed in a files array"
+			printk(KERN_WARNING "%s: %s passed in a files array "
 				"with an index of 1!\n", __func__,
 				s->s_type->name);
 
-- 
1.6.0.4.836.gd5cb


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

end of thread, other threads:[~2008-12-08 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 11:54 [PATCH 1/1] fs: fix warning message with inserting a single space Hiroshi DOYU
2008-12-08 12:35 ` Nick Andrew
2008-12-08 13:16   ` Artem Bityutskiy
2008-12-08 13:22     ` Artem Bityutskiy
2008-12-08 13:24     ` Oliver Neukum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.