Skip to content

Commit

Permalink
bpf, sockmap: Correct spelling skmsg.c
Browse files Browse the repository at this point in the history
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
  • Loading branch information
horms authored and borkmann committed Sep 2, 2024
1 parent d966087 commit 731733c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/skmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void sk_msg_trim(struct sock *sk, struct sk_msg *msg, int len)
/* 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) {
Expand Down

0 comments on commit 731733c

Please sign in to comment.