* [PATCH][next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
@ 2024-03-08 8:44 Colin Ian King
2024-03-08 16:10 ` Jakub Kicinski
2024-03-09 4:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2024-03-08 8:44 UTC (permalink / raw)
To: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Nicolas Dichtel, 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/lib/ynl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/net/ynl/lib/ynl.c b/tools/net/ynl/lib/ynl.c
index b9e77af5af5f..4b9c091fc86b 100644
--- a/tools/net/ynl/lib/ynl.c
+++ b/tools/net/ynl/lib/ynl.c
@@ -423,7 +423,7 @@ static int ynl_msg_end(struct ynl_sock *ys, struct nlmsghdr *nlh)
}
if (nlh->nlmsg_pid == YNL_MSG_OVERFLOW) {
yerr(ys, YNL_ERROR_INPUT_TOO_BIG,
- "Constructred message longer than internal buffer");
+ "Constructed message longer than internal buffer");
return -EMSGSIZE;
}
--
2.39.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH][next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
2024-03-08 8:44 [PATCH][next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed" Colin Ian King
@ 2024-03-08 16:10 ` Jakub Kicinski
2024-03-09 4:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2024-03-08 16:10 UTC (permalink / raw)
To: Colin Ian King
Cc: David S . Miller, Eric Dumazet, Paolo Abeni, Nicolas Dichtel,
netdev, kernel-janitors, linux-kernel
On Fri, 8 Mar 2024 08:44:58 +0000 Colin Ian King wrote:
> There is a spelling mistake in an error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
2024-03-08 8:44 [PATCH][next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed" Colin Ian King
2024-03-08 16:10 ` Jakub Kicinski
@ 2024-03-09 4:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-03-09 4:00 UTC (permalink / raw)
To: Colin Ian King
Cc: davem, edumazet, kuba, pabeni, nicolas.dichtel, netdev,
kernel-janitors, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 8 Mar 2024 08:44:58 +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/lib/ynl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
https://git.kernel.org/netdev/net-next/c/6de3b6c75dd9
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] 3+ messages in thread
end of thread, other threads:[~2024-03-09 4:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08 8:44 [PATCH][next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed" Colin Ian King
2024-03-08 16:10 ` Jakub Kicinski
2024-03-09 4: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).