Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Faisal Bukhari and committed by
Jakub Kicinski
effdbb29 301af832

+1 -1
+1 -1
net/netlink/af_netlink.c
··· 2455 2455 unsigned int flags = 0; 2456 2456 size_t tlvlen; 2457 2457 2458 - /* Error messages get the original request appened, unless the user 2458 + /* Error messages get the original request appended, unless the user 2459 2459 * requests to cap the error message, and get extra error data if 2460 2460 * requested. 2461 2461 */