eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"

There is a spelling mistake in a netdev_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20240716093851.1003131-1-colin.i.king@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Colin Ian King 2024-07-16 10:38:51 +01:00 committed by Jakub Kicinski
parent a3bfc09506
commit 77ae5e5b00

View File

@ -1499,7 +1499,7 @@ void fbnic_disable(struct fbnic_net *fbn)
static void fbnic_tx_flush(struct fbnic_dev *fbd) static void fbnic_tx_flush(struct fbnic_dev *fbd)
{ {
netdev_warn(fbd->netdev, "tiggerring Tx flush\n"); netdev_warn(fbd->netdev, "triggering Tx flush\n");
fbnic_rmw32(fbd, FBNIC_TMI_DROP_CTRL, FBNIC_TMI_DROP_CTRL_EN, fbnic_rmw32(fbd, FBNIC_TMI_DROP_CTRL, FBNIC_TMI_DROP_CTRL_EN,
FBNIC_TMI_DROP_CTRL_EN); FBNIC_TMI_DROP_CTRL_EN);