diff options
author | 2024-08-29 16:45:51 +0100 | |
---|---|---|
committer | 2024-09-02 18:43:58 +0200 | |
commit | 731733c6234855b26d468aa2f89a3051c170e63a (patch) | |
tree | 7b1a6ecc8e68fe4d6149f26a062aa0cc42437dc2 | |
parent | netkit: Disable netpoll support (diff) | |
download | wireguard-linux-731733c6234855b26d468aa2f89a3051c170e63a.tar.xz wireguard-linux-731733c6234855b26d468aa2f89a3051c170e63a.zip |
bpf, sockmap: Correct spelling skmsg.c
Correct spelling in skmsg.c. As reported by codespell.
Signed-off-by: Simon Horman <horms@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Link: https://lore.kernel.org/bpf/20240829-sockmap-spell-v1-1-a614d76564cc@kernel.org
-rw-r--r-- | net/core/skmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/skmsg.c b/net/core/skmsg.c index bbf40b999713..b1dcbd3be89e 100644 --- a/net/core/skmsg.c +++ b/net/core/skmsg.c @@ -293,7 +293,7 @@ out: /* If we trim data a full sg elem before curr pointer update * copybreak and current so that any future copy operations * start at new copy location. - * However trimed data that has not yet been used in a copy op + * However trimmed data that has not yet been used in a copy op * does not require an update. */ if (!msg->sg.size) { |