Commit effdbb29 authored by Faisal Bukhari's avatar Faisal Bukhari Committed by Jakub Kicinski
Browse files

netlink: spelling: fix appened -> appended in a comment



Fix spelling mistake in net/netlink/af_netlink.c
appened -> appended

Signed-off-by: default avatarFaisal Bukhari <faisalbukhari523@gmail.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250705030841.353424-1-faisalbukhari523@gmail.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 301af832
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 */