All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Smart <james.smart@avagotech.com>
To: Sebastian Herbszt <herbszt@gmx.de>, linux-scsi@vger.kernel.org
Subject: Re: [RESEND][PATCH] lpfc: fix model description
Date: Fri, 10 Jul 2015 08:36:06 -0400	[thread overview]
Message-ID: <559FBC36.1000102@avagotech.com> (raw)
In-Reply-To: <20150706232200.00006bd4@localhost>

As mentioned previously, it's a nit, and not too meaningful, but fine.

If not merged prior, we'll repost as part of an upcoming commit that 
cleans up sparse warnings.

Reviewed-By:  James Smart  <james.smart@avagotech.com>

-- james s


On 7/6/2015 5:22 PM, Sebastian Herbszt wrote:
> Remove trailing space from model description.
>
> Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
> Reviewed-By: James Smart <james.smart@avagotech.com>
>
> diff -up 4.0/drivers/scsi/lpfc.orig/lpfc_init.c 4.0/drivers/scsi/lpfc/lpfc_init.c
> --- 4.0/drivers/scsi/lpfc.orig/lpfc_init.c	2015-04-15 06:18:24.673045138 +0200
> +++ 4.0/drivers/scsi/lpfc/lpfc_init.c	2015-04-22 21:03:39.203230409 +0200
> @@ -2253,7 +2253,7 @@ lpfc_get_hba_model_desc(struct lpfc_hba
>   				phba->Port);
>   		else if (max_speed == 0)
>   			snprintf(descp, 255,
> -				"Emulex %s %s %s ",
> +				"Emulex %s %s %s",
>   				m.name, m.bus, m.function);
>   		else
>   			snprintf(descp, 255,

      reply	other threads:[~2015-07-10 12:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-06 21:22 [RESEND][PATCH] lpfc: fix model description Sebastian Herbszt
2015-07-10 12:36 ` James Smart [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=559FBC36.1000102@avagotech.com \
    --to=james.smart@avagotech.com \
    --cc=herbszt@gmx.de \
    --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.