From: Simon Horman Date: Thu, 29 Aug 2024 15:45:51 +0000 (+0100) Subject: bpf, sockmap: Correct spelling skmsg.c X-Git-Tag: v6.12-rc1~232^2~27^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=731733c6234855b26d468aa2f89a3051c170e63a;p=thirdparty%2Fkernel%2Flinux.git bpf, sockmap: Correct spelling skmsg.c Correct spelling in skmsg.c. As reported by codespell. Signed-off-by: Simon Horman Signed-off-by: Daniel Borkmann Acked-by: Stanislav Fomichev Link: https://lore.kernel.org/bpf/20240829-sockmap-spell-v1-1-a614d76564cc@kernel.org --- diff --git a/net/core/skmsg.c b/net/core/skmsg.c index bbf40b9997138..b1dcbd3be89e1 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) {