* [RESEND][PATCH] lpfc: fix model description
@ 2015-07-06 21:22 Sebastian Herbszt
2015-07-10 12:36 ` James Smart
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Herbszt @ 2015-07-06 21:22 UTC (permalink / raw)
To: linux-scsi; +Cc: James Smart, Sebastian Herbszt
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,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RESEND][PATCH] lpfc: fix model description
2015-07-06 21:22 [RESEND][PATCH] lpfc: fix model description Sebastian Herbszt
@ 2015-07-10 12:36 ` James Smart
0 siblings, 0 replies; 2+ messages in thread
From: James Smart @ 2015-07-10 12:36 UTC (permalink / raw)
To: Sebastian Herbszt, linux-scsi
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,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-10 12:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06 21:22 [RESEND][PATCH] lpfc: fix model description Sebastian Herbszt
2015-07-10 12:36 ` James Smart
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).