mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
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:
committed by
Jakub Kicinski
parent
13cb6ac5b5
commit
d0d2203b9a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user