[PATCH v2] netlink: spelling: fix appened -> appended in a comment

Faisal Bukhari posted 1 patch 3 months ago
net/netlink/af_netlink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] netlink: spelling: fix appened -> appended in a comment
Posted by Faisal Bukhari 3 months ago
Fix spelling mistake in net/netlink/af_netlink.c
appened -> appended

Signed-off-by: Faisal Bukhari <faisalbukhari523@gmail.com>
---
 net/netlink/af_netlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 	 */
-- 
2.43.0
Re: [PATCH v2] netlink: spelling: fix appened -> appended in a comment
Posted by Simon Horman 3 months ago
On Sat, Jul 05, 2025 at 08:38:41AM +0530, Faisal Bukhari wrote:
> 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>

I note that this file was code-spell clean both before
and after this change. So there is nothing "obvious" that
should also be changed while we are here.