aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorTrond Myklebust2013-03-02 17:54:11 -0600
committerTrond Myklebust2013-03-02 17:54:11 -0600
commit512e4b291c0e97af24619a91f3e8963697da00d8 (patch)
treeb9ea33c54cd17170c2876e8a30cb9c1d1cf0cac2 /net
parent3000512137602b84d1ad5fd89d62984993a19bb6 (diff)
downloadam43-linux-kernel-512e4b291c0e97af24619a91f3e8963697da00d8.tar.gz
am43-linux-kernel-512e4b291c0e97af24619a91f3e8963697da00d8.tar.xz
am43-linux-kernel-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.c2
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)
1196EXPORT_SYMBOL_GPL(rpc_max_payload); 1196EXPORT_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 */
1202unsigned long rpc_get_timeout(struct rpc_clnt *clnt) 1202unsigned long rpc_get_timeout(struct rpc_clnt *clnt)