summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c
diff options
context:
space:
mode:
authorRandy Dunlap2011-07-28 08:54:36 +0200
committerDavid S. Miller2011-07-29 03:20:21 +0200
commit177c27bf05d0ea508e65afdbe4b6998c81e46af5 (patch)
tree7016dbcc1f0421d6ec58e9f187d20eb02692a010 /net/sunrpc/xprt.c
parentr8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862) (diff)
downloadkernel-qcow2-linux-177c27bf05d0ea508e65afdbe4b6998c81e46af5.tar.gz
kernel-qcow2-linux-177c27bf05d0ea508e65afdbe4b6998c81e46af5.tar.xz
kernel-qcow2-linux-177c27bf05d0ea508e65afdbe4b6998c81e46af5.zip
net: fix new sunrpc kernel-doc warning
Fix new kernel-doc warning in sunrpc: Warning(net/sunrpc/xprt.c:196): No description found for parameter 'xprt' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sunrpc/xprt.c')
-rw-r--r--net/sunrpc/xprt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c
index 9b6a4d1ea8f8..f4385e45a5fc 100644
--- a/net/sunrpc/xprt.c
+++ b/net/sunrpc/xprt.c
@@ -187,6 +187,7 @@ EXPORT_SYMBOL_GPL(xprt_load_transport);
/**
* xprt_reserve_xprt - serialize write access to transports
* @task: task that is requesting access to the transport
+ * @xprt: pointer to the target transport
*
* This prevents mixing the payload of separate requests, and prevents
* transport connects from colliding with writes. No congestion control