提交 290237d2 编写于 作者: S Sebastian Herbszt 提交者: James Bottomley

lpfc: fix model description

Remove trailing space from model description.
Signed-off-by: NSebastian Herbszt <herbszt@gmx.de>
Signed-off-by: NJames Smart <james.smart@avagotech.com>
Reviewed-by: NHannes Reinecke <hare@suse.com>
Signed-off-by: NJames Bottomley <JBottomley@Odin.com>
上级 15e3d5a2
...@@ -2253,7 +2253,7 @@ lpfc_get_hba_model_desc(struct lpfc_hba *phba, uint8_t *mdp, uint8_t *descp) ...@@ -2253,7 +2253,7 @@ lpfc_get_hba_model_desc(struct lpfc_hba *phba, uint8_t *mdp, uint8_t *descp)
phba->Port); phba->Port);
else if (max_speed == 0) else if (max_speed == 0)
snprintf(descp, 255, snprintf(descp, 255,
"Emulex %s %s %s ", "Emulex %s %s %s",
m.name, m.bus, m.function); m.name, m.bus, m.function);
else else
snprintf(descp, 255, snprintf(descp, 255,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册