Skip to content

Commit 720fb1d

Browse files
aloktiwagregkh
authored andcommitted
ipv6: udp: fix typos in comments
[ Upstream commit ac36dea ] 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> Stable-dep-of: b80a95c ("udp: Force compute_score to always inline") Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 5755820 commit 720fb1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

net/ipv6/udp.c

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

249249
/* compute_score is too long of a function to be
250250
* inlined, and calling it again here yields
251-
* measureable overhead for some
251+
* measurable overhead for some
252252
* workloads. Work around it by jumping
253253
* backwards to rescore 'result'.
254254
*/
@@ -364,7 +364,7 @@ struct sock *udp6_lib_lookup(const struct net *net, const struct in6_addr *saddr
364364
EXPORT_SYMBOL_GPL(udp6_lib_lookup);
365365
#endif
366366

367-
/* do not use the scratch area len for jumbogram: their length execeeds the
367+
/* do not use the scratch area len for jumbogram: their length exceeds the
368368
* scratch area space; note that the IP6CB flags is still in the first
369369
* cacheline, so checking for jumbograms is cheap
370370
*/
@@ -964,7 +964,7 @@ static void udp6_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst)
964964
sk->sk_rx_dst_cookie = rt6_get_cookie(dst_rt6_info(dst));
965965
}
966966

967-
/* wrapper for udp_queue_rcv_skb tacking care of csum conversion and
967+
/* wrapper for udp_queue_rcv_skb taking care of csum conversion and
968968
* return code conversion for ip layer consumption
969969
*/
970970
static int udp6_unicast_rcv_skb(struct sock *sk, struct sk_buff *skb,

0 commit comments

Comments
 (0)