File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
449449EXPORT_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 */
10541054static int udp6_unicast_rcv_skb (struct sock * sk , struct sk_buff * skb ,
You can’t perform that action at this time.
0 commit comments