lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 29 Jul 2011 20:11:19 +0300
From:	Vitaliy Ivanov <vitalivanov@...il.com>
To:	David Miller <davem@...emloft.net>,
	Trond Myklebust <Trond.Myklebust@...app.com>
Cc:	vitalivanov@...il.com, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] net: xprt.c: htmldocs warning correction

Add description for parameter 'xprt'.

Warning(/net/sunrpc/xprt.c:196): No description found for parameter 'xprt'

Signed-off-by: Vitaliy Ivanov <vitalivanov@...il.com>
---
 net/sunrpc/xprt.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c
index 9b6a4d1..366b5f4 100644
--- a/net/sunrpc/xprt.c
+++ b/net/sunrpc/xprt.c
@@ -186,6 +186,7 @@ EXPORT_SYMBOL_GPL(xprt_load_transport);
 
 /**
  * xprt_reserve_xprt - serialize write access to transports
+ * @xprt: transport with waiting tasks
  * @task: task that is requesting access to the transport
  *
  * This prevents mixing the payload of separate requests, and prevents
-- 
1.7.6.347.g4db0d



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ