From fbcd70de382b60f1ff094e0be0bd7994bebce15f Mon Sep 17 00:00:00 2001 From: rkennedy Date: Tue, 13 Oct 2015 12:48:15 -0700 Subject: [PATCH] lpfc: fix model description Submitted by james.smart () james.smart.()@emulex.comSubmitted by Sebastian Herbszt Sebastian.Herbszt@emulex.com From: Sebastian Herbszt herbszt@gmx.de Remove trailing space from model description. Signed-off-by: Sebastian Herbszt herbszt@gmx.de Signed-off-by: James Smart james.smart@avagotech.com http://marc.info/?l=linux-scsi&m=144105410703733&w=2 Orabug: 22029622 From dick.kennedy@avagotech.com lpfc-10.5.0.1-11.0.0.3-1.tar.gz Acked-by: Chuck Anderson --- comment_file.txt | 0 drivers/scsi/lpfc/lpfc_init.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 comment_file.txt diff --git a/comment_file.txt b/comment_file.txt new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index f962118da8ed..1992e74ec885 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c @@ -2253,7 +2253,7 @@ lpfc_get_hba_model_desc(struct lpfc_hba *phba, uint8_t *mdp, uint8_t *descp) 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, -- 2.50.1