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>
This commit is contained in:
Julia Lawall
2025-10-24 18:47:08 -07:00
committed by Jakub Kicinski
parent 13cb6ac5b5
commit d0d2203b9a
+1 -1
View 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);