[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1368971300-14442-1-git-send-email-bbonev@ipacct.com>
Date: Sun, 19 May 2013 16:48:20 +0300
From: Boian Bonev <bbonev@...cct.com>
To: linux-kernel@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>,
Alexey Kuznetsov <kuznet@....inr.ac.ru>,
James Morris <jmorris@...ei.org>,
Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>,
Patrick McHardy <kaber@...sh.net>,
Boian Bonev <bbonev@...cct.com>
Subject: [PATCH 1/1] net: Fix a typo in comment in ip_tunnels.h
Trivial typo fix
Signed-off-by: Boian Bonev <bbonev@...cct.com>
---
I am new around and decided to start with something simple to test the process.
The fix applies both to net and net-next.
include/net/ip_tunnels.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/ip_tunnels.h b/include/net/ip_tunnels.h
index 4b6f0b2..2b19fb6 100644
--- a/include/net/ip_tunnels.h
+++ b/include/net/ip_tunnels.h
@@ -132,7 +132,7 @@ static inline u8 ip_tunnel_get_dsfield(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)
{
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists