Skip to content

Commit 77ae5e5

Browse files
ColinIanKingkuba-moo
authored andcommitted
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>
1 parent a3bfc09 commit 77ae5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/meta/fbnic/fbnic_txrx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ void fbnic_disable(struct fbnic_net *fbn)
14991499

15001500
static void fbnic_tx_flush(struct fbnic_dev *fbd)
15011501
{
1502-
netdev_warn(fbd->netdev, "tiggerring Tx flush\n");
1502+
netdev_warn(fbd->netdev, "triggering Tx flush\n");
15031503

15041504
fbnic_rmw32(fbd, FBNIC_TMI_DROP_CTRL, FBNIC_TMI_DROP_CTRL_EN,
15051505
FBNIC_TMI_DROP_CTRL_EN);

0 commit comments

Comments
 (0)