Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Julia Lawall and committed by
Jakub Kicinski
d0d2203b 13cb6ac5

+1 -1
+1 -1
net/strparser/strparser.c
··· 127 127 } 128 128 129 129 if (!strp->skb_nextp) { 130 - /* We are going to append to the frags_list of head. 130 + /* We are going to append to the frag_list of head. 131 131 * Need to unshare the frag_list. 132 132 */ 133 133 err = skb_unclone(head, GFP_ATOMIC);