]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"
authorColin Ian King <colin.i.king@gmail.com>
Tue, 16 Jul 2024 09:38:51 +0000 (10:38 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 16 Jul 2024 14:55:39 +0000 (07:55 -0700)
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>
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c

index b1a471fac4fe30af16eb883c53267767b265de95..0ed4c9fff5d807da95c282576393db18cc884039 100644 (file)
@@ -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);