2014-10-29 09:00:41

by Fabian Frédérick

[permalink] [raw]
Subject: [PATCH/TRIVIAL 1/1 net-next] ipv6: spelling s/incomming/incoming

Signed-off-by: Fabian Frederick <[email protected]>
---
net/ipv6/ip6mr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c
index 0171f08..467f310 100644
--- a/net/ipv6/ip6mr.c
+++ b/net/ipv6/ip6mr.c
@@ -2090,7 +2090,7 @@ static void ip6_mr_forward(struct net *net, struct mr6_table *mrt,
if (ipv6_addr_any(&cache->mf6c_origin) && true_vifi >= 0) {
struct mfc6_cache *cache_proxy;

- /* For an (*,G) entry, we only check that the incomming
+ /* For an (*,G) entry, we only check that the incoming
* interface is part of the static tree.
*/
cache_proxy = ip6mr_cache_find_any_parent(mrt, vif);
--
1.9.3


2014-10-30 19:52:51

by David Miller

[permalink] [raw]
Subject: Re: [PATCH/TRIVIAL 1/1 net-next] ipv6: spelling s/incomming/incoming

From: Fabian Frederick <[email protected]>
Date: Wed, 29 Oct 2014 10:00:26 +0100

> Signed-off-by: Fabian Frederick <[email protected]>

Applied.