aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/strparser/strparser.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2025-10-23 03:30:51 +0200
committerJakub Kicinski <kuba@kernel.org>2025-10-24 18:47:08 -0700
commitd0d2203b9ab71b69c22c8ee1d60c51f9561426a3 (patch)
treec865b03879a03de66dcf7c223674e07f502d9d77 /net/strparser/strparser.c
parentselftest: net: prevent use of uninitialized variable (diff)
downloadwireguard-linux-d0d2203b9ab71b69c22c8ee1d60c51f9561426a3.tar.xz
wireguard-linux-d0d2203b9ab71b69c22c8ee1d60c51f9561426a3.zip
strparser: fix typo in comment
The name frags_list doesn't appear in the kernel. It should be frag_list as in the next sentence. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://patch.msgid.link/20251023013051.1728388-1-Julia.Lawall@inria.fr Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/strparser/strparser.c')
-rw-r--r--net/strparser/strparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/strparser/strparser.c b/net/strparser/strparser.c
index 43b1f558b33d..b929c1cd85e0 100644
--- a/net/strparser/strparser.c
+++ b/net/strparser/strparser.c
@@ -127,7 +127,7 @@ static int __strp_recv(read_descriptor_t *desc, struct sk_buff *orig_skb,
}
if (!strp->skb_nextp) {
- /* We are going to append to the frags_list of head.
+ /* We are going to append to the frag_list of head.
* Need to unshare the frag_list.
*/
err = skb_unclone(head, GFP_ATOMIC);