sfc: Fix spelling mistake "creationg" -> "creating"
There is a spelling mistake in a pci_warn message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Alejandro Lucero <alejandro.lucero-palau@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
933a01ad59
commit
0d39ad3e1b
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user