projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d966087
)
bpf, sockmap: Correct spelling skmsg.c
author
Simon Horman
<horms@kernel.org>
Thu, 29 Aug 2024 15:45:51 +0000
(16:45 +0100)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Mon, 2 Sep 2024 16:43:58 +0000
(18:43 +0200)
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
net/core/skmsg.c
patch
|
blob
|
blame
|
history
diff --git
a/net/core/skmsg.c
b/net/core/skmsg.c
index bbf40b999713828c2795a8cb88c5556d21365d87..b1dcbd3be89e10a2c23072177b816a30f897de22 100644
(file)
--- 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 trim
m
ed data that has not yet been used in a copy op
* does not require an update.
*/
if (!msg->sg.size) {