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 09dc0c2b56a3..f922fe88b4ff 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
@@ -1196,7 +1196,7 @@ size_t rpc_max_payload(struct rpc_clnt *clnt) | |||
1196 | EXPORT_SYMBOL_GPL(rpc_max_payload); | 1196 | EXPORT_SYMBOL_GPL(rpc_max_payload); |
1197 | 1197 | ||
1198 | /** | 1198 | /** |
1199 | * rpc_get_timeout - Get timeout for transport in tenths of seconds | 1199 | * rpc_get_timeout - Get timeout for transport in units of HZ |
1200 | * @clnt: RPC client to query | 1200 | * @clnt: RPC client to query |
1201 | */ | 1201 | */ |
1202 | unsigned long rpc_get_timeout(struct rpc_clnt *clnt) | 1202 | unsigned long rpc_get_timeout(struct rpc_clnt *clnt) |