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.

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

authored by

Simon Horman and committed by
Daniel Borkmann
731733c6 d9660879

+1 -1
+1 -1
net/core/skmsg.c
··· 293 293 /* If we trim data a full sg elem before curr pointer update 294 294 * copybreak and current so that any future copy operations 295 295 * start at new copy location. 296 - * However trimed data that has not yet been used in a copy op 296 + * However trimmed data that has not yet been used in a copy op 297 297 * does not require an update. 298 298 */ 299 299 if (!msg->sg.size) {