* [PATCH] net: ipv4: fix spelling typo in comment
@ 2025-11-19 14:37 Shi Hao
0 siblings, 0 replies; 4+ messages in thread
From: Shi Hao @ 2025-11-19 14:37 UTC (permalink / raw)
To: davem
Cc: pabeni, horms, kuba, dsahern, kuniyu, ncardwell, edumazet, netdev,
linux-kernel, i.shihao.999
Convert "Segement" to "Segment" in the code comment.
Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
net/ipv4/syncookies.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv4/syncookies.c b/net/ipv4/syncookies.c
index 569befcf021b..7d0d34329259 100644
--- a/net/ipv4/syncookies.c
+++ b/net/ipv4/syncookies.c
@@ -131,7 +131,7 @@ static __u32 check_tcp_syn_cookie(__u32 cookie, __be32 saddr, __be32 daddr,
/*
* MSS Values are chosen based on the 2011 paper
- * 'An Analysis of TCP Maximum Segement Sizes' by S. Alcock and R. Nelson.
+ * 'An Analysis of TCP Maximum Segment Sizes' by S. Alcock and R. Nelson.
* Values ..
* .. lower than 536 are rare (< 0.2%)
* .. between 537 and 1299 account for less than < 1.5% of observed values
--
2.51.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] net: ipv4: fix spelling typo in comment
@ 2025-11-19 17:22 Shi Hao
2025-11-20 1:53 ` Jason Xing
0 siblings, 1 reply; 4+ messages in thread
From: Shi Hao @ 2025-11-19 17:22 UTC (permalink / raw)
To: ncardwell
Cc: pabeni, davem, kuniyu, horms, netdev, linux-kernel, i.shihao.999
Replace "splitted" with "split" in comment.
Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
net/ipv4/tcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 8a18aeca7ab0..0d1c8e805d24 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -1600,7 +1600,7 @@ struct sk_buff *tcp_recv_skb(struct sock *sk, u32 seq, u32 *off)
return skb;
}
/* This looks weird, but this can happen if TCP collapsing
- * splitted a fat GRO packet, while we released socket lock
+ * split a fat GRO packet, while we released socket lock
* in skb_splice_bits()
*/
tcp_eat_recv_skb(sk, skb);
--
2.51.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] net: ipv4: fix spelling typo in comment
2025-11-19 17:22 [PATCH] net: ipv4: fix spelling typo in comment Shi Hao
@ 2025-11-20 1:53 ` Jason Xing
2025-11-22 14:49 ` ShiHao
0 siblings, 1 reply; 4+ messages in thread
From: Jason Xing @ 2025-11-20 1:53 UTC (permalink / raw)
To: Shi Hao; +Cc: ncardwell, pabeni, davem, kuniyu, horms, netdev, linux-kernel
On Thu, Nov 20, 2025 at 1:30 AM Shi Hao <i.shihao.999@gmail.com> wrote:
>
> Replace "splitted" with "split" in comment.
>
> Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
I think minor typo patches regarding networking should be squashed
into one as they are easier to review at one time.
Please repost them as one after ~24 hours.
Thanks,
Jason
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] net: ipv4: fix spelling typo in comment
2025-11-20 1:53 ` Jason Xing
@ 2025-11-22 14:49 ` ShiHao
0 siblings, 0 replies; 4+ messages in thread
From: ShiHao @ 2025-11-22 14:49 UTC (permalink / raw)
To: Jason Xing
Cc: kerneljasonxing, davem, horms, i.shihao.999, kuniyu, linux-kernel,
ncardwell, netdev, pabeni
On Thu, Nov 20, 2025 at 09:53:50AM +0800, Jason Xing wrote:
> On Thu, Nov 20, 2025 at 1:30 AM Shi Hao <i.shihao.999@gmail.com> wrote:
> I think minor typo patches regarding networking should be squashed
> into one as they are easier to review at one time.
>
> Please repost them as one after ~24 hours.
>
> Thanks,
> Jasoni
Hi everyone.I recently sent a second patch for most of the spelling typos
which were in the net/ipv4/ directory and combined them all into this second
patch however there are also spelling typos in the net/ipv6 directory too
should i combine this new directory fixes with the previous one? or should
i just send a new separate patch for the ipv6 directory. I am new to this
so any guidance would be greatly appreciated .
Thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-22 14:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19 17:22 [PATCH] net: ipv4: fix spelling typo in comment Shi Hao
2025-11-20 1:53 ` Jason Xing
2025-11-22 14:49 ` ShiHao
-- strict thread matches above, loose matches on Subject: below --
2025-11-19 14:37 Shi Hao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).