mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
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
This commit is contained in:
parent
d966087948
commit
731733c623
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue