[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>
This commit is contained in:
Richard Fearn 2007-02-17 17:29:15 +00:00 committed by Steven Whitehouse
parent 2e95b6653b
commit d5a6751b32
1 changed files with 1 additions and 1 deletions

View 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);