mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-09 06:25:12 +07:00
lpfc: fix model description
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>
This commit is contained in:
parent
15e3d5a285
commit
290237d2aa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user