Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1361962
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] net: add description for sk argument of skb_fclone_busy() |
| Date | 2016-03-21 17:10 +0100 |
| Message-ID | <rfaz1-86k-23@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The description for the sk argument of the skb_fclone_busy function is
missing. Adding it.
Signed-off-by: Luis de Bethencourt <luisbg@osg.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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] net: add description for sk argument of skb_fclone_busy() Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-03-21 17:10 +0100 Re: [PATCH] net: add description for sk argument of skb_fclone_busy() David Miller <davem@davemloft.net> - 2016-03-21 18:30 +0100
csiph-web