Skip to content

Commit 7ccbdff

Browse files
Sun Lianwendavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3d8d38d commit 7ccbdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv6/ip6_gre.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ static inline int ip6gre_xmit_ipv6(struct sk_buff *skb, struct net_device *dev)
807807
}
808808

809809
/**
810-
* ip6_tnl_addr_conflict - compare packet addresses to tunnel's own
810+
* ip6gre_tnl_addr_conflict - compare packet addresses to tunnel's own
811811
* @t: the outgoing tunnel device
812812
* @hdr: IPv6 header from the incoming packet
813813
*

0 commit comments

Comments
 (0)