diff options
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/rpcb_clnt.c | 2 |
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: | |||
575 | static struct rpc_procinfo rpcb_procedures2[] = { | 575 | static 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 | ||
581 | static struct rpc_procinfo rpcb_procedures3[] = { | 581 | static struct rpc_procinfo rpcb_procedures3[] = { |