Skip to content

Commit 731733c

Browse files
hormsborkmann
authored andcommitted
bpf, sockmap: Correct spelling skmsg.c
Correct spelling in skmsg.c. As reported by codespell. Signed-off-by: Simon Horman <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Stanislav Fomichev <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent d966087 commit 731733c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/core/skmsg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ void sk_msg_trim(struct sock *sk, struct sk_msg *msg, int len)
293293
/* If we trim data a full sg elem before curr pointer update
294294
* copybreak and current so that any future copy operations
295295
* 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
297297
* does not require an update.
298298
*/
299299
if (!msg->sg.size) {

0 commit comments

Comments
 (0)