Commit 512e4b291c0e97af24619a91f3e8963697da00d8
1 parent
3000512137
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
SUNRPC: One line comment fix
Reported-by: Weston Andros Adamson <dros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
net/sunrpc/clnt.c
... | ... | @@ -1196,7 +1196,7 @@ |
1196 | 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 | 1200 | * @clnt: RPC client to query |
1201 | 1201 | */ |
1202 | 1202 | unsigned long rpc_get_timeout(struct rpc_clnt *clnt) |