netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"
@ 2024-07-16  9:38 Colin Ian King
  2024-07-16 15:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2024-07-16  9:38 UTC (permalink / raw)
  To: Alexander Duyck, Jakub Kicinski, kernel-team, David S . Miller,
	Eric Dumazet, Paolo Abeni, netdev
  Cc: kernel-janitors, linux-kernel

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/ethernet/meta/fbnic/fbnic_txrx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/meta/fbnic/fbnic_txrx.c b/drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
index b1a471fac4fe..0ed4c9fff5d8 100644
--- a/drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
+++ b/drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
@@ -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);
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-16 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16  9:38 [PATCH][next] eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering" Colin Ian King
2024-07-16 15:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).