Commit 0d39ad3e authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

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

There is a spelling mistake in a pci_warn message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatar  Alejandro Lucero <alejandro.lucero-palau@amd.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 933a01ad
......@@ -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");
else
pci_warn(efx->pci_dev,
"devlink_port creationg for VF %u failed.\n",
"devlink_port creation for VF %u failed.\n",
idx);
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment