]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
strparser: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Thu, 23 Oct 2025 01:30:51 +0000 (03:30 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 25 Oct 2025 01:47:08 +0000 (18:47 -0700)
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>
net/strparser/strparser.c

index 43b1f558b33dbd02130a8ed975e7805f519430cf..b929c1cd85e0d953e490c50ba0b789ee745cd721 100644 (file)
@@ -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);