* [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* Re: [PATCH][next] eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"
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
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-07-16 15:00 UTC (permalink / raw)
To: Colin Ian King
Cc: alexanderduyck, kuba, kernel-team, davem, edumazet, pabeni,
netdev, kernel-janitors, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 16 Jul 2024 10:38:51 +0100 you wrote:
> 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(-)
Here is the summary with links:
- [next] eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"
https://git.kernel.org/netdev/net-next/c/77ae5e5b0072
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [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).