提交 0d39ad3e 编写于 作者: C Colin Ian King 提交者: David S. Miller

sfc: Fix spelling mistake "creationg" -> "creating"

There is a spelling mistake in a pci_warn message. Fix it.
Signed-off-by: NColin Ian King <colin.i.king@gmail.com>
Reviewed-by: N  Alejandro Lucero <alejandro.lucero-palau@amd.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 933a01ad
...@@ -655,7 +655,7 @@ static struct devlink_port *ef100_set_devlink_port(struct efx_nic *efx, u32 idx) ...@@ -655,7 +655,7 @@ static struct devlink_port *ef100_set_devlink_port(struct efx_nic *efx, u32 idx)
"devlink port creation for PF failed.\n"); "devlink port creation for PF failed.\n");
else else
pci_warn(efx->pci_dev, pci_warn(efx->pci_dev,
"devlink_port creationg for VF %u failed.\n", "devlink_port creation for VF %u failed.\n",
idx); idx);
return NULL; return NULL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册