projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301af83
)
netlink: spelling: fix appened -> appended in a comment
author
Faisal Bukhari
<faisalbukhari523@gmail.com>
Sat, 5 Jul 2025 03:08:41 +0000
(08:38 +0530)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 8 Jul 2025 15:42:39 +0000
(08:42 -0700)
Fix spelling mistake in net/netlink/af_netlink.c
appened -> appended
Signed-off-by: Faisal Bukhari <faisalbukhari523@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link:
https://patch.msgid.link/20250705030841.353424-1-faisalbukhari523@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/netlink/af_netlink.c
patch
|
blob
|
blame
|
history
diff --git
a/net/netlink/af_netlink.c
b/net/netlink/af_netlink.c
index e8972a857e51e9e2e70a2f72a40f99db409dfa7a..f325ad7c1485886e670c2ceb3846017a29f9751d 100644
(file)
--- a/
net/netlink/af_netlink.c
+++ b/
net/netlink/af_netlink.c
@@
-2455,7
+2455,7
@@
void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err,
unsigned int flags = 0;
size_t tlvlen;
- /* Error messages get the original request appened, unless the user
+ /* Error messages get the original request appen
d
ed, unless the user
* requests to cap the error message, and get extra error data if
* requested.
*/