projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e3d5a
)
lpfc: fix model description
author
Sebastian Herbszt
<herbszt@gmx.de>
Mon, 31 Aug 2015 20:48:08 +0000
(16:48 -0400)
committer
James Bottomley
<JBottomley@Odin.com>
Tue, 27 Oct 2015 00:55:00 +0000
(09:55 +0900)
Remove trailing space from model description.
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: James Smart <james.smart@avagotech.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/lpfc/lpfc_init.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_init.c
b/drivers/scsi/lpfc/lpfc_init.c
index f962118da8eda9b70d7771771ad8a6537dc41f0f..1992e74ec8858d1fb96665f39aad47fda7c4780d 100644
(file)
--- 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,