diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-03-02 15:54:11 -0800 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-03-02 15:54:11 -0800 |
commit | 512e4b291c0e97af24619a91f3e8963697da00d8 (patch) | |
tree | b9ea33c54cd17170c2876e8a30cb9c1d1cf0cac2 /net | |
parent | 3000512137602b84d1ad5fd89d62984993a19bb6 (diff) | |
download | linux-3.10-512e4b291c0e97af24619a91f3e8963697da00d8.tar.gz linux-3.10-512e4b291c0e97af24619a91f3e8963697da00d8.tar.bz2 linux-3.10-512e4b291c0e97af24619a91f3e8963697da00d8.zip |
SUNRPC: One line comment fix
Reported-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net')
-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 09dc0c2b56a..f922fe88b4f 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c @@ -1196,7 +1196,7 @@ size_t rpc_max_payload(struct rpc_clnt *clnt) EXPORT_SYMBOL_GPL(rpc_max_payload); /** - * rpc_get_timeout - Get timeout for transport in tenths of seconds + * rpc_get_timeout - Get timeout for transport in units of HZ * @clnt: RPC client to query */ unsigned long rpc_get_timeout(struct rpc_clnt *clnt) |