diff options
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r-- | net/sunrpc/clnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index f56f045778ae..00eb859b7de5 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
@@ -385,7 +385,7 @@ out_no_rpciod: | |||
385 | return ERR_PTR(err); | 385 | return ERR_PTR(err); |
386 | } | 386 | } |
387 | 387 | ||
388 | /* | 388 | /** |
389 | * rpc_create - create an RPC client and transport with one call | 389 | * rpc_create - create an RPC client and transport with one call |
390 | * @args: rpc_clnt create argument structure | 390 | * @args: rpc_clnt create argument structure |
391 | * | 391 | * |