projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d8d38d
)
ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment
author
Sun Lianwen
<sunlw.fnst@cn.fujitsu.com>
Thu, 3 May 2018 01:34:29 +0000
(09:34 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 3 May 2018 15:28:24 +0000
(11:28 -0400)
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>
net/ipv6/ip6_gre.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/ip6_gre.c
b/net/ipv6/ip6_gre.c
index ac7ce85df6670b7618e89ecfcde0dc9b65a1eb34..04c69e0c84b32210fcb24c6b36aa3723b7992b08 100644
(file)
--- 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
+ * ip6
gre
_tnl_addr_conflict - compare packet addresses to tunnel's own
* @t: the outgoing tunnel device
* @hdr: IPv6 header from the incoming packet
*