From: Simon Horman Date: Thu, 22 Aug 2024 12:57:24 +0000 (+0100) Subject: ip_tunnel: Correct spelling in ip_tunnels.h X-Git-Tag: v6.12-rc1~232^2~185^2~10 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d0193b167f2756de2f8be4d44186294bfacaaafc;p=linux-block.git ip_tunnel: Correct spelling in ip_tunnels.h Correct spelling in ip_tunnels.h As reported by codespell. Cc: David Ahern Signed-off-by: Simon Horman Link: https://patch.msgid.link/20240822-net-spell-v1-3-3a98971ce2d2@kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/include/net/ip_tunnels.h b/include/net/ip_tunnels.h index 1db2417b8ff5..6194fbb564c6 100644 --- a/include/net/ip_tunnels.h +++ b/include/net/ip_tunnels.h @@ -573,7 +573,7 @@ static inline u8 ip_tunnel_get_ttl(const struct iphdr *iph, return 0; } -/* Propogate ECN bits out */ +/* Propagate ECN bits out */ static inline u8 ip_tunnel_ecn_encap(u8 tos, const struct iphdr *iph, const struct sk_buff *skb) {