diff options
| author | Faisal Bukhari <faisalbukhari523@gmail.com> | 2025-07-05 08:38:41 +0530 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-07-08 08:42:39 -0700 |
| commit | effdbb29fdd205db9a816077844bca9f79a1feec (patch) | |
| tree | 79e2d544be6aca36b1bb81640b6a90dd19e0d208 | |
| parent | 301af832db545fee3590e49ebf0649cdf2ca04d8 (diff) | |
netlink: spelling: fix appened -> appended in a comment
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>
| -rw-r--r-- | net/netlink/af_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index e8972a857e51..f325ad7c1485 100644 --- 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 appended, unless the user * requests to cap the error message, and get extra error data if * requested. */ |
