netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next] ipv6: udp: fix typos in comments
@ 2025-09-09 12:26 Alok Tiwari
  2025-09-11 12:34 ` Simon Horman
  2025-09-12  2:00 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Alok Tiwari @ 2025-09-09 12:26 UTC (permalink / raw)
  To: dsahern, willemdebruijn.kernel, davem, edumazet, kuba, pabeni,
	horms, netdev
  Cc: alok.a.tiwari

Correct typos in ipv6/udp.c comments:
"execeeds" -> "exceeds"
"tacking care" -> "taking care"
"measureable" -> "measurable"

No functional changes.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
---
v1 -> v2 
added "measureable" -> "measurable"
---
 net/ipv6/udp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
index a35ee6d693a8..b70369f3cd32 100644
--- a/net/ipv6/udp.c
+++ b/net/ipv6/udp.c
@@ -260,7 +260,7 @@ static struct sock *udp6_lib_lookup2(const struct net *net,
 
 			/* compute_score is too long of a function to be
 			 * inlined, and calling it again here yields
-			 * measureable overhead for some
+			 * measurable overhead for some
 			 * workloads. Work around it by jumping
 			 * backwards to rescore 'result'.
 			 */
@@ -449,7 +449,7 @@ struct sock *udp6_lib_lookup(const struct net *net, const struct in6_addr *saddr
 EXPORT_SYMBOL_GPL(udp6_lib_lookup);
 #endif
 
-/* do not use the scratch area len for jumbogram: their length execeeds the
+/* do not use the scratch area len for jumbogram: their length exceeds the
  * scratch area space; note that the IP6CB flags is still in the first
  * cacheline, so checking for jumbograms is cheap
  */
@@ -1048,7 +1048,7 @@ static void udp6_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst)
 		sk->sk_rx_dst_cookie = rt6_get_cookie(dst_rt6_info(dst));
 }
 
-/* wrapper for udp_queue_rcv_skb tacking care of csum conversion and
+/* wrapper for udp_queue_rcv_skb taking care of csum conversion and
  * return code conversion for ip layer consumption
  */
 static int udp6_unicast_rcv_skb(struct sock *sk, struct sk_buff *skb,
-- 
2.50.1


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

* Re: [PATCH v2 net-next] ipv6: udp: fix typos in comments
  2025-09-09 12:26 [PATCH v2 net-next] ipv6: udp: fix typos in comments Alok Tiwari
@ 2025-09-11 12:34 ` Simon Horman
  2025-09-12  2:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2025-09-11 12:34 UTC (permalink / raw)
  To: Alok Tiwari
  Cc: dsahern, willemdebruijn.kernel, davem, edumazet, kuba, pabeni,
	netdev

On Tue, Sep 09, 2025 at 05:26:07AM -0700, Alok Tiwari wrote:
> Correct typos in ipv6/udp.c comments:
> "execeeds" -> "exceeds"
> "tacking care" -> "taking care"
> "measureable" -> "measurable"
> 
> No functional changes.
> 
> Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
> ---
> v1 -> v2 
> added "measureable" -> "measurable"

Thanks for the update.
And sorry for the slow response.

Reviewed-by: Simon Horman <horms@kernel.org>

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

* Re: [PATCH v2 net-next] ipv6: udp: fix typos in comments
  2025-09-09 12:26 [PATCH v2 net-next] ipv6: udp: fix typos in comments Alok Tiwari
  2025-09-11 12:34 ` Simon Horman
@ 2025-09-12  2:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-09-12  2:00 UTC (permalink / raw)
  To: ALOK TIWARI
  Cc: dsahern, willemdebruijn.kernel, davem, edumazet, kuba, pabeni,
	horms, netdev

Hello:

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

On Tue,  9 Sep 2025 05:26:07 -0700 you wrote:
> Correct typos in ipv6/udp.c comments:
> "execeeds" -> "exceeds"
> "tacking care" -> "taking care"
> "measureable" -> "measurable"
> 
> No functional changes.
> 
> [...]

Here is the summary with links:
  - [v2,net-next] ipv6: udp: fix typos in comments
    https://git.kernel.org/netdev/net-next/c/ac36dea3bc85

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] 3+ messages in thread

end of thread, other threads:[~2025-09-12  2:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09 12:26 [PATCH v2 net-next] ipv6: udp: fix typos in comments Alok Tiwari
2025-09-11 12:34 ` Simon Horman
2025-09-12  2:00 ` 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;
as well as URLs for NNTP newsgroup(s).