aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2015-08-17 15:46:51 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2015-08-17 15:47:53 -0400
commit9fba8e30f704d49627ab8a4a57213862206b3e5f (patch)
tree5d16581cb8c8c13052697e6e9e6e752ee7db1149
parent7c2dad99d60c86ec686b3bfdcb787c450a7ea89f (diff)
SUNRPC: Drop double-underscores from __rpc_cmp_addr6()
Reported-by: kbuild test robot <fengguang.wu@intel.com> Fixes: 7b0ce60c0b20 ("SUNRPC: Drop double-underscores from rpc_cmp_addr{4|6}()") Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
-rw-r--r--include/linux/sunrpc/addr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/addr.h b/include/linux/sunrpc/addr.h
index 9bc3538d09a9..5c9c6cd08d3b 100644
--- a/include/linux/sunrpc/addr.h
+++ b/include/linux/sunrpc/addr.h
@@ -93,7 +93,7 @@ static inline bool __rpc_copy_addr6(struct sockaddr *dst,
93 return true; 93 return true;
94} 94}
95#else /* !(IS_ENABLED(CONFIG_IPV6) */ 95#else /* !(IS_ENABLED(CONFIG_IPV6) */
96static inline bool __rpc_cmp_addr6(const struct sockaddr *sap1, 96static inline bool rpc_cmp_addr6(const struct sockaddr *sap1,
97 const struct sockaddr *sap2) 97 const struct sockaddr *sap2)
98{ 98{
99 return false; 99 return false;