projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d721812
)
tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 8 Mar 2024 08:44:58 +0000
(08:44 +0000)
committer
Jakub Kicinski
<kuba@kernel.org>
Sat, 9 Mar 2024 03:58:13 +0000
(19:58 -0800)
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>
Link:
https://lore.kernel.org/r/20240308084458.2045266-1-colin.i.king@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/lib/ynl.c
patch
|
blob
|
history
diff --git
a/tools/net/ynl/lib/ynl.c
b/tools/net/ynl/lib/ynl.c
index b9e77af5af5fa266331e1e6ac3bafb358bbd2113..4b9c091fc86b5205d3c4a018ca65b444279cee11 100644
(file)
--- 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,
- "Construct
r
ed message longer than internal buffer");
+ "Constructed message longer than internal buffer");
return -EMSGSIZE;
}