From: Faisal Bukhari Date: Sat, 5 Jul 2025 03:08:41 +0000 (+0530) Subject: netlink: spelling: fix appened -> appended in a comment X-Git-Tag: io_uring-6.17-20250815~128^2~180 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=effdbb29fdd205db9a816077844bca9f79a1feec;p=linux-block.git netlink: spelling: fix appened -> appended in a comment Fix spelling mistake in net/netlink/af_netlink.c appened -> appended Signed-off-by: Faisal Bukhari Reviewed-by: Simon Horman Link: https://patch.msgid.link/20250705030841.353424-1-faisalbukhari523@gmail.com Signed-off-by: Jakub Kicinski --- 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. */