All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH 5/5] bnx2fc: Bumped version to 1.0.14
Date: Wed, 01 May 2013 18:05:36 -0700	[thread overview]
Message-ID: <1367456736.26485.1.camel@dabdike> (raw)
In-Reply-To: <513A79F6.5070301@broadcom.com>

On Fri, 2013-03-08 at 15:53 -0800, Bhanu Prakash Gollapudi wrote:
> On 03/08/2013 01:28 PM, Bhanu Prakash Gollapudi wrote:
> > Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
> > ---
> >   drivers/scsi/bnx2fc/bnx2fc.h      |    2 +-
> >   drivers/scsi/bnx2fc/bnx2fc_fcoe.c |    2 +-
> >   2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/scsi/bnx2fc/bnx2fc.h b/drivers/scsi/bnx2fc/bnx2fc.h
> > index 676dba3..1ece6e9 100644
> > --- a/drivers/scsi/bnx2fc/bnx2fc.h
> > +++ b/drivers/scsi/bnx2fc/bnx2fc.h
> > @@ -64,7 +64,7 @@
> >   #include "bnx2fc_constants.h"
> >   
> >   #define BNX2FC_NAME		"bnx2fc"
> > -#define BNX2FC_VERSION		"1.0.13"
> > +#define BNX2FC_VERSION		"1.0.14"
> >   
> >   #define PFX			"bnx2fc: "
> >   
> > diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
> > index 1e852d6..9ab62da 100644
> > --- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
> > +++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
> > @@ -22,7 +22,7 @@ DEFINE_PER_CPU(struct bnx2fc_percpu_s, bnx2fc_percpu);
> >   
> >   #define DRV_MODULE_NAME		"bnx2fc"
> >   #define DRV_MODULE_VERSION	BNX2FC_VERSION
> > -#define DRV_MODULE_RELDATE	"Dec 21, 2012"
> > +#define DRV_MODULE_RELDATE	"Mar 08, 2012"
> James, I realized there was a typo in the date - 2012 instead of 2013.
> 
> Please apply this patch instead. Sorry for the inconvenience.
> 
> 
> Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
> ---
>   drivers/scsi/bnx2fc/bnx2fc.h      |    2 +-
>   drivers/scsi/bnx2fc/bnx2fc_fcoe.c |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/scsi/bnx2fc/bnx2fc.h b/drivers/scsi/bnx2fc/bnx2fc.h
> index 676dba3..1ece6e9 100644
> --- a/drivers/scsi/bnx2fc/bnx2fc.h
> +++ b/drivers/scsi/bnx2fc/bnx2fc.h
> @@ -64,7 +64,7 @@
>   #include "bnx2fc_constants.h"
> 
>   #define BNX2FC_NAME        "bnx2fc"
> -#define BNX2FC_VERSION        "1.0.13"
> +#define BNX2FC_VERSION        "1.0.14"
> 
>   #define PFX            "bnx2fc: "
> 
> diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c 
> b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
> index 1e852d6..9ab62da 100644
> --- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
> +++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
> @@ -22,7 +22,7 @@ DEFINE_PER_CPU(struct bnx2fc_percpu_s, bnx2fc_percpu);
> 
>   #define DRV_MODULE_NAME        "bnx2fc"
>   #define DRV_MODULE_VERSION    BNX2FC_VERSION
> -#define DRV_MODULE_RELDATE    "Dec 21, 2012"
> +#define DRV_MODULE_RELDATE    "Mar 08, 2013"

This doesn't actually apply ... your mailer has converted tabs to
spaces.  Since it's only a couple of lines, I fixed it up by hand this
time ...

James



  reply	other threads:[~2013-05-02  1:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-08 21:28 [PATCH 0/5] bnx2fc version 1.0.14 Bhanu Prakash Gollapudi
2013-03-08 21:28 ` [PATCH 1/5] bnx2fc: Enable cached tasks to improve performance Bhanu Prakash Gollapudi
2013-03-08 21:28 ` [PATCH 2/5] bnx2fc: Include chip number in the symbolic name Bhanu Prakash Gollapudi
2013-05-02  0:39   ` James Bottomley
2013-05-02  0:42     ` Bhanu Prakash Gollapudi
2013-03-08 21:28 ` [PATCH 3/5] bnx2fc: Fix race condition between IO completion and abort Bhanu Prakash Gollapudi
2013-03-08 21:28 ` [PATCH 4/5] bnx2fc: Update copyright information Bhanu Prakash Gollapudi
2013-03-08 21:28 ` [PATCH 5/5] bnx2fc: Bumped version to 1.0.14 Bhanu Prakash Gollapudi
2013-03-08 23:53   ` Bhanu Prakash Gollapudi
2013-05-02  1:05     ` James Bottomley [this message]
2013-05-02  3:05       ` Bhanu Prakash Gollapudi
2013-04-18 21:47 ` [PATCH 0/5] bnx2fc version 1.0.14 Bhanu Prakash Gollapudi

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=1367456736.26485.1.camel@dabdike \
    --to=james.bottomley@hansenpartnership.com \
    --cc=bprakash@broadcom.com \
    --cc=linux-scsi@vger.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.