Skip to content

Commit ac36dea

Browse files
aloktiwakuba-moo
authored andcommitted
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 <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent be30f56 commit ac36dea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

net/ipv6/udp.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ static struct sock *udp6_lib_lookup2(const struct net *net,
260260

261261
/* compute_score is too long of a function to be
262262
* inlined, and calling it again here yields
263-
* measureable overhead for some
263+
* measurable overhead for some
264264
* workloads. Work around it by jumping
265265
* backwards to rescore 'result'.
266266
*/
@@ -449,7 +449,7 @@ struct sock *udp6_lib_lookup(const struct net *net, const struct in6_addr *saddr
449449
EXPORT_SYMBOL_GPL(udp6_lib_lookup);
450450
#endif
451451

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
453453
* scratch area space; note that the IP6CB flags is still in the first
454454
* cacheline, so checking for jumbograms is cheap
455455
*/
@@ -1048,7 +1048,7 @@ static void udp6_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst)
10481048
sk->sk_rx_dst_cookie = rt6_get_cookie(dst_rt6_info(dst));
10491049
}
10501050

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
10521052
* return code conversion for ip layer consumption
10531053
*/
10541054
static int udp6_unicast_rcv_skb(struct sock *sk, struct sk_buff *skb,

0 commit comments

Comments
 (0)