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:	Mon, 21 Mar 2016 16:06:01 +0000
From:	Luis de Bethencourt <luisbg@....samsung.com>
To:	linux-kernel@...r.kernel.org
Cc:	davem@...emloft.net, tom@...bertland.com, pablo@...filter.org,
	aduyck@...antis.com, edumazet@...gle.com, fw@...len.de,
	jiri@...nulli.us, bpoirier@...e.com, ecree@...arflare.com,
	Luis de Bethencourt <luisbg@....samsung.com>
Subject: [PATCH] net: add description for sk argument of skb_fclone_busy()

The description for the sk argument of the skb_fclone_busy function is
missing. Adding it.

Signed-off-by: Luis de Bethencourt <luisbg@....samsung.com>
---
Hi,

I notice this when running make htmldocs. It gives the following warning:
.//include/linux/skbuff.h:923: warning: No description found for parameter 'sk'

Thanks,
Luis
 include/linux/skbuff.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 15d0df9..b8aa51c 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -912,6 +912,7 @@ struct sk_buff_fclones {
 
 /**
  *	skb_fclone_busy - check if fclone is busy
+ *	@sk: socket
  *	@skb: buffer
  *
  * Returns true if skb is a fast clone, and its clone is not freed.
-- 
2.6.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ