Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipv4: udp: fix typos in comments

Correct typos in ipv4/udp.c comments for clarity:
"Encapulation" -> "Encapsulation"
"measureable" -> "measurable"
"tacking care" -> "taking care"

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/20250907192535.3610686-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Alok Tiwari and committed by
Jakub Kicinski
d436b5ab 1c0353a6

+3 -3
+3 -3
net/ipv4/udp.c
··· 68 68 * YOSHIFUJI Hideaki @USAGI and: Support IPV6_V6ONLY socket option, which 69 69 * Alexey Kuznetsov: allow both IPv4 and IPv6 sockets to bind 70 70 * a single port at the same time. 71 - * Derek Atkins <derek@ihtfp.com>: Add Encapulation Support 71 + * Derek Atkins <derek@ihtfp.com>: Add Encapsulation Support 72 72 * James Chapman : Add L2TP encapsulation type. 73 73 */ 74 74 ··· 509 509 510 510 /* compute_score is too long of a function to be 511 511 * inlined, and calling it again here yields 512 - * measureable overhead for some 512 + * measurable overhead for some 513 513 * workloads. Work around it by jumping 514 514 * backwards to rescore 'result'. 515 515 */ ··· 2609 2609 return 0; 2610 2610 } 2611 2611 2612 - /* wrapper for udp_queue_rcv_skb tacking care of csum conversion and 2612 + /* wrapper for udp_queue_rcv_skb taking care of csum conversion and 2613 2613 * return code conversion for ip layer consumption 2614 2614 */ 2615 2615 static int udp_unicast_rcv_skb(struct sock *sk, struct sk_buff *skb,