All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@redhat.com>
To: Richard Fearn <richardfearn@gmail.com>
Cc: linux-kernel@vger.kernel.org, trivial@kernel.org
Subject: Re: [PATCH 2.6.20] gfs2: add newline to printk message
Date: Wed, 21 Feb 2007 22:45:47 +0000	[thread overview]
Message-ID: <1172097947.3203.35.camel@localhost.localdomain> (raw)
In-Reply-To: <45D73B6B.1030406@gmail.com>

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


      reply	other threads:[~2007-02-21 22:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1172097947.3203.35.camel@localhost.localdomain \
    --to=swhiteho@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richardfearn@gmail.com \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.