aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_gre.c
diff options
context:
space:
mode:
authorSun Lianwen <sunlw.fnst@cn.fujitsu.com>2018-05-03 09:34:29 +0800
committerDavid S. Miller <davem@davemloft.net>2018-05-03 11:28:24 -0400
commit7ccbdff13e8df624e73d775e1b710070834d47c6 (patch)
tree1977e61ff692f4020b541f08424dd73c02d2d9aa /net/ipv6/ip6_gre.c
parentMerge branch 'act_csum-get_fill_size' (diff)
downloadlinux-dev-7ccbdff13e8df624e73d775e1b710070834d47c6.tar.xz
linux-dev-7ccbdff13e8df624e73d775e1b710070834d47c6.zip
ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment
The function name is wrong in ip6gre_tnl_addr_conflict() comment, which use ip6_tnl_addr_conflict instead of ip6gre_tnl_addr_conflict. Signed-off-by: Sun Lianwen <sunlw.fnst@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_gre.c')
-rw-r--r--net/ipv6/ip6_gre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_gre.c b/net/ipv6/ip6_gre.c
index ac7ce85df667..04c69e0c84b3 100644
--- a/net/ipv6/ip6_gre.c
+++ b/net/ipv6/ip6_gre.c
@@ -807,7 +807,7 @@ static inline int ip6gre_xmit_ipv6(struct sk_buff *skb, struct net_device *dev)
}
/**
- * ip6_tnl_addr_conflict - compare packet addresses to tunnel's own
+ * ip6gre_tnl_addr_conflict - compare packet addresses to tunnel's own
* @t: the outgoing tunnel device
* @hdr: IPv6 header from the incoming packet
*