Commit d5a6751b authored by Richard Fearn's avatar Richard Fearn Committed by 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: default avatarRichard Fearn <richardfearn@gmail.com>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 2e95b665
...@@ -840,7 +840,7 @@ static struct super_block* get_gfs2_sb(const char *dev_name) ...@@ -840,7 +840,7 @@ static struct super_block* get_gfs2_sb(const char *dev_name)
} }
printk(KERN_WARNING "GFS2: Unrecognized block device or " printk(KERN_WARNING "GFS2: Unrecognized block device or "
"mount point %s", dev_name); "mount point %s\n", dev_name);
free_nd: free_nd:
path_release(&nd); path_release(&nd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment