aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/dst_cache.h
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-03-04 03:29:52 +0100
committerDavid S. Miller <davem@davemloft.net>2018-03-05 12:52:45 -0500
commit4c1342d967cb556ea1c0f34271b125deeb25f0f8 (patch)
treeeddbad2f0b973c02022cc72310ad94139a4a67bb /include/net/dst_cache.h
parentnet: core: dst_cache: Fix a typo in a comment (diff)
downloadwireguard-linux-4c1342d967cb556ea1c0f34271b125deeb25f0f8.tar.xz
wireguard-linux-4c1342d967cb556ea1c0f34271b125deeb25f0f8.zip
net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistency
The other dst_cache_{get,set}_ip{4,6} functions, and the doc comment for dst_cache_set_ip6 use 'saddr' for their source address parameter. Rename the parameter to increase consistency. This fixes the following kernel-doc warnings: ./include/net/dst_cache.h:58: warning: Function parameter or member 'addr' not described in 'dst_cache_set_ip6' ./include/net/dst_cache.h:58: warning: Excess function parameter 'saddr' description in 'dst_cache_set_ip6' Fixes: 911362c70df5 ("net: add dst_cache support") Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dst_cache.h')
-rw-r--r--include/net/dst_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/dst_cache.h b/include/net/dst_cache.h
index 844906fbf8c9..67634675e919 100644
--- a/include/net/dst_cache.h
+++ b/include/net/dst_cache.h
@@ -54,7 +54,7 @@ void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst,
* local BH must be disabled.
*/
void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst,
- const struct in6_addr *addr);
+ const struct in6_addr *saddr);
/**
* dst_cache_get_ip6 - perform cache lookup and fetch ipv6 source address