]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
netlink: spelling: fix appened -> appended in a comment
authorFaisal Bukhari <faisalbukhari523@gmail.com>
Sat, 5 Jul 2025 03:08:41 +0000 (08:38 +0530)
committerJakub 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

index e8972a857e51e9e2e70a2f72a40f99db409dfa7a..f325ad7c1485886e670c2ceb3846017a29f9751d 100644 (file)
@@ -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.
         */