mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] strparser: fix typo in comment
@ 2025-10-23  1:30 Julia Lawall
  2025-10-25  2:10 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2025-10-23  1:30 UTC (permalink / raw)
  To: David S. Miller
  Cc: kernel-janitors, kexinsun, ratnadiraw, yunbolyu, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, netdev, linux-kernel

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>

---
 net/strparser/strparser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] strparser: fix typo in comment
  2025-10-23  1:30 [PATCH] strparser: fix typo in comment Julia Lawall
@ 2025-10-25  2:10 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-10-25  2:10 UTC (permalink / raw)
  To: Julia Lawall
  Cc: davem, kernel-janitors, kexinsun, ratnadiraw, yunbolyu, edumazet,
	kuba, pabeni, horms, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 23 Oct 2025 03:30:51 +0200 you wrote:
> 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>
> 
> ---
>  net/strparser/strparser.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - strparser: fix typo in comment
    https://git.kernel.org/netdev/net-next/c/d0d2203b9ab7

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-25  2:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-23  1:30 [PATCH] strparser: fix typo in comment Julia Lawall
2025-10-25  2:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®