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.

ipv6: udp: fix typos in comments

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>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250909122611.3711859-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Alok Tiwari and committed by
Jakub Kicinski
ac36dea3 be30f563

+3 -3
+3 -3
net/ipv6/udp.c
··· 260 260 261 261 /* compute_score is too long of a function to be 262 262 * inlined, and calling it again here yields 263 - * measureable overhead for some 263 + * measurable overhead for some 264 264 * workloads. Work around it by jumping 265 265 * backwards to rescore 'result'. 266 266 */ ··· 449 449 EXPORT_SYMBOL_GPL(udp6_lib_lookup); 450 450 #endif 451 451 452 - /* do not use the scratch area len for jumbogram: their length execeeds the 452 + /* do not use the scratch area len for jumbogram: their length exceeds the 453 453 * scratch area space; note that the IP6CB flags is still in the first 454 454 * cacheline, so checking for jumbograms is cheap 455 455 */ ··· 1048 1048 sk->sk_rx_dst_cookie = rt6_get_cookie(dst_rt6_info(dst)); 1049 1049 } 1050 1050 1051 - /* wrapper for udp_queue_rcv_skb tacking care of csum conversion and 1051 + /* wrapper for udp_queue_rcv_skb taking care of csum conversion and 1052 1052 * return code conversion for ip layer consumption 1053 1053 */ 1054 1054 static int udp6_unicast_rcv_skb(struct sock *sk, struct sk_buff *skb,