Commit 77ae5e5b authored by Colin Ian King's avatar Colin Ian King Committed by Jakub Kicinski

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

There is a spelling mistake in a netdev_warn message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20240716093851.1003131-1-colin.i.king@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent a3bfc095
......@@ -1499,7 +1499,7 @@ void fbnic_disable(struct fbnic_net *fbn)
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_TMI_DROP_CTRL_EN);
......
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