aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <[email protected]>2024-08-22 13:57:24 +0100
committerJakub Kicinski <[email protected]>2024-08-26 09:37:22 -0700
commitd0193b167f2756de2f8be4d44186294bfacaaafc (patch)
tree77ef1127108fa7abd654454950b7f74de2783232
parentc3494460324832ba03ab8f640a0a5e52283b1b15 (diff)
ip_tunnel: Correct spelling in ip_tunnels.h
Correct spelling in ip_tunnels.h As reported by codespell. Cc: David Ahern <[email protected]> Signed-off-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r--include/net/ip_tunnels.h2
1 files changed, 1 insertions, 1 deletions
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)
{