lkml.org 
[lkml]   [2008]   [Dec]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/1] fs: fix warning message with inserting a single space
Date
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


\
 
 \ /
  Last update: 2008-12-08 13:01    [W:2.300 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site