Skip to content

Commit

Permalink
eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a netdev_warn message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
ColinIanKing authored and kuba-moo committed Jul 16, 2024
1 parent a3bfc09 commit 77ae5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 77ae5e5

Please sign in to comment.