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

ip_tunnel: Correct spelling in ip_tunnels.h

Correct spelling in ip_tunnels.h
As reported by codespell.

Cc: David Ahern <dsahern@kernel.org>
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-3-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Simon Horman and committed by
Jakub Kicinski
d0193b16 c3494460

+1 -1
+1 -1
include/net/ip_tunnels.h
··· 573 573 return 0; 574 574 } 575 575 576 - /* Propogate ECN bits out */ 576 + /* Propagate ECN bits out */ 577 577 static inline u8 ip_tunnel_ecn_encap(u8 tos, const struct iphdr *iph, 578 578 const struct sk_buff *skb) 579 579 {