diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-01-14 15:12:01 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-01-30 02:06:09 -0500 |
commit | 67d60213627ec4391cc402bf95753eefde8522af (patch) | |
tree | 609efe0d90a01b3ab1b6cedc629b2626c29772b9 /net | |
parent | f1ec08cb9492cab579f85f9d937c79788b1dfde3 (diff) |
SUNRPC: Clean up block comment preceding rpcb_getport_sync()
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/rpcb_clnt.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/sunrpc/rpcb_clnt.c b/net/sunrpc/rpcb_clnt.c index 77af989ecc9c..8cbdc0a2de46 100644 --- a/net/sunrpc/rpcb_clnt.c +++ b/net/sunrpc/rpcb_clnt.c | |||
@@ -200,10 +200,13 @@ int rpcb_register(u32 prog, u32 vers, int prot, unsigned short port, int *okay) | |||
200 | * @vers: RPC version number to bind | 200 | * @vers: RPC version number to bind |
201 | * @prot: transport protocol to use to make this request | 201 | * @prot: transport protocol to use to make this request |
202 | * | 202 | * |
203 | * Return value is the requested advertised port number, | ||
204 | * or a negative errno value. | ||
205 | * | ||
203 | * Called from outside the RPC client in a synchronous task context. | 206 | * Called from outside the RPC client in a synchronous task context. |
204 | * Uses default timeout parameters specified by underlying transport. | 207 | * Uses default timeout parameters specified by underlying transport. |
205 | * | 208 | * |
206 | * XXX: Needs to support IPv6, and rpcbind versions 3 and 4 | 209 | * XXX: Needs to support IPv6 |
207 | */ | 210 | */ |
208 | int rpcb_getport_sync(struct sockaddr_in *sin, u32 prog, u32 vers, int prot) | 211 | int rpcb_getport_sync(struct sockaddr_in *sin, u32 prog, u32 vers, int prot) |
209 | { | 212 | { |