Skip to content

Commit

Permalink
ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sun Lianwen authored and David S. Miller committed May 3, 2018
1 parent 3d8d38d commit 7ccbdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/ip6_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 7ccbdff

Please sign in to comment.