提交 d5a6751b 编写于 作者: R Richard Fearn 提交者: Steven Whitehouse

[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: NRichard Fearn <richardfearn@gmail.com>
Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 2e95b665
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册