浏览代码

SUNRPC: One line comment fix

Reported-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Trond Myklebust 12 年之前
父节点
当前提交
512e4b291c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/sunrpc/clnt.c

+ 1 - 1
net/sunrpc/clnt.c

@@ -1196,7 +1196,7 @@ size_t rpc_max_payload(struct rpc_clnt *clnt)
 EXPORT_SYMBOL_GPL(rpc_max_payload);
 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
  * @clnt: RPC client to query
  */
  */
 unsigned long rpc_get_timeout(struct rpc_clnt *clnt)
 unsigned long rpc_get_timeout(struct rpc_clnt *clnt)