* [PATCH][next] ynl: samples: Fix spelling mistake "failedq" -> "failed"
@ 2025-11-28 17:38 Colin Ian King
2025-12-01 20:00 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2025-11-28 17:38 UTC (permalink / raw)
To: Donald Hunter, David S . Miller, Eric Dumazet, Paolo Abeni,
Simon Horman, netdev
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in an error message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
tools/net/ynl/samples/tc-filter-add.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/net/ynl/samples/tc-filter-add.c b/tools/net/ynl/samples/tc-filter-add.c
index 1f9cd3f62df6..97871e9e9edc 100644
--- a/tools/net/ynl/samples/tc-filter-add.c
+++ b/tools/net/ynl/samples/tc-filter-add.c
@@ -207,7 +207,7 @@ static int tc_filter_del(struct ynl_sock *ys, int ifi)
req = tc_deltfilter_req_alloc();
if (!req) {
- fprintf(stderr, "tc_deltfilter_req_alloc failedq\n");
+ fprintf(stderr, "tc_deltfilter_req_alloc failed\n");
return -1;
}
memset(req, 0, sizeof(*req));
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][next] ynl: samples: Fix spelling mistake "failedq" -> "failed"
2025-11-28 17:38 [PATCH][next] ynl: samples: Fix spelling mistake "failedq" -> "failed" Colin Ian King
@ 2025-12-01 20:00 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-12-01 20:00 UTC (permalink / raw)
To: Colin Ian King
Cc: donald.hunter, davem, edumazet, pabeni, horms, netdev,
kernel-janitors, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 28 Nov 2025 17:38:02 +0000 you wrote:
> There is a spelling mistake in an error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> tools/net/ynl/samples/tc-filter-add.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [next] ynl: samples: Fix spelling mistake "failedq" -> "failed"
https://git.kernel.org/netdev/net-next/c/7adf0efb41fc
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:[~2025-12-01 20:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-28 17:38 [PATCH][next] ynl: samples: Fix spelling mistake "failedq" -> "failed" Colin Ian King
2025-12-01 20: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
all inboxes | Powered by JetHome®