浏览代码

[GFS2] add newline to printk message

Patch for the 2.6.20 stable tree that adds a missing newline to one of
the printk messages in fs/gfs2/ops_fstype.c.

Signed-off-by: Richard Fearn <richardfearn@gmail.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Richard Fearn 18 年之前
父节点
当前提交
d5a6751b32
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/gfs2/ops_fstype.c

+ 1 - 1
fs/gfs2/ops_fstype.c

@@ -840,7 +840,7 @@ static struct super_block* get_gfs2_sb(const char *dev_name)
 	}
 
 	printk(KERN_WARNING "GFS2: Unrecognized block device or "
-	       "mount point %s", dev_name);
+	       "mount point %s\n", dev_name);
 
 free_nd:
 	path_release(&nd);