SUNRPC: Drop double-underscores from __rpc_cmp_addr6()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Aug 2015 19:46:51 +0000 (14:46 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Aug 2015 19:47:53 +0000 (14:47 -0500)
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>
include/linux/sunrpc/addr.h

index 9bc3538d09a9a2934d017f15a317a63859c71be1..5c9c6cd08d3b66f33afd21361b41d99cc56c888d 100644 (file)
@@ -93,7 +93,7 @@ static inline bool __rpc_copy_addr6(struct sockaddr *dst,
        return true;
 }
 #else  /* !(IS_ENABLED(CONFIG_IPV6) */
-static inline bool __rpc_cmp_addr6(const struct sockaddr *sap1,
+static inline bool rpc_cmp_addr6(const struct sockaddr *sap1,
                                   const struct sockaddr *sap2)
 {
        return false;