[GFS2] add newline to printk message
authorRichard Fearn <richardfearn@gmail.com>
Sat, 17 Feb 2007 17:29:15 +0000 (17:29 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 7 Mar 2007 18:57:10 +0000 (13:57 -0500)
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>
fs/gfs2/ops_fstype.c

index ee80b8a..ee54cb6 100644 (file)
@@ -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);