LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 2.6.20] gfs2: add newline to printk message
@ 2007-02-17 17:29 Richard Fearn
  2007-02-21 22:45 ` Steven Whitehouse
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Fearn @ 2007-02-17 17:29 UTC (permalink / raw)
  To: swhiteho; +Cc: linux-kernel, trivial

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>

diff -uprN 2.6.20/fs/gfs2/ops_fstype.c new/fs/gfs2/ops_fstype.c
--- 2.6.20/fs/gfs2/ops_fstype.c	2007-02-04 18:44:54.000000000 +0000
+++ new/fs/gfs2/ops_fstype.c	2007-02-17 15:36:45.000000000 +0000
@@ -840,7 +840,7 @@ static struct super_block* get_gfs2_sb(c
 	}

 	printk(KERN_WARNING "GFS2: Unrecognized block device or "
-	       "mount point %s", dev_name);
+	       "mount point %s\n", dev_name);

 free_nd:
 	path_release(&nd);



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.6.20] gfs2: add newline to printk message
  2007-02-17 17:29 [PATCH 2.6.20] gfs2: add newline to printk message Richard Fearn
@ 2007-02-21 22:45 ` Steven Whitehouse
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Whitehouse @ 2007-02-21 22:45 UTC (permalink / raw)
  To: Richard Fearn; +Cc: linux-kernel, trivial

Hi,

Sorry for the delay, patch now added to the gfs2 git tree. Thanks,

Steve.

On Sat, 2007-02-17 at 17:29 +0000, Richard Fearn wrote:
> 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>
> 
> diff -uprN 2.6.20/fs/gfs2/ops_fstype.c new/fs/gfs2/ops_fstype.c
> --- 2.6.20/fs/gfs2/ops_fstype.c	2007-02-04 18:44:54.000000000 +0000
> +++ new/fs/gfs2/ops_fstype.c	2007-02-17 15:36:45.000000000 +0000
> @@ -840,7 +840,7 @@ static struct super_block* get_gfs2_sb(c
>  	}
> 
>  	printk(KERN_WARNING "GFS2: Unrecognized block device or "
> -	       "mount point %s", dev_name);
> +	       "mount point %s\n", dev_name);
> 
>  free_nd:
>  	path_release(&nd);
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-21 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-17 17:29 [PATCH 2.6.20] gfs2: add newline to printk message Richard Fearn
2007-02-21 22:45 ` Steven Whitehouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).