aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc')
-rw-r--r--net/sunrpc/rpcb_clnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/rpcb_clnt.c b/net/sunrpc/rpcb_clnt.c
index b23a719aca30..a70cc1e11792 100644
--- a/net/sunrpc/rpcb_clnt.c
+++ b/net/sunrpc/rpcb_clnt.c
@@ -575,7 +575,7 @@ out_err:
575static struct rpc_procinfo rpcb_procedures2[] = { 575static struct rpc_procinfo rpcb_procedures2[] = {
576 PROC(SET, mapping, set), 576 PROC(SET, mapping, set),
577 PROC(UNSET, mapping, set), 577 PROC(UNSET, mapping, set),
578 PROC(GETADDR, mapping, getport), 578 PROC(GETPORT, mapping, getport),
579}; 579};
580 580
581static struct rpc_procinfo rpcb_procedures3[] = { 581static struct rpc_procinfo rpcb_procedures3[] = {