linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: add description for sk argument of skb_fclone_busy()
@ 2016-03-21 16:06 Luis de Bethencourt
  2016-03-21 17:28 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Luis de Bethencourt @ 2016-03-21 16:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: davem, tom, pablo, aduyck, edumazet, fw, jiri, bpoirier, ecree,
	Luis de Bethencourt

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: add description for sk argument of skb_fclone_busy()
  2016-03-21 16:06 [PATCH] net: add description for sk argument of skb_fclone_busy() Luis de Bethencourt
@ 2016-03-21 17:28 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-03-21 17:28 UTC (permalink / raw)
  To: luisbg
  Cc: linux-kernel, tom, pablo, aduyck, edumazet, fw, jiri, bpoirier, ecree

From: Luis de Bethencourt <luisbg@osg.samsung.com>
Date: Mon, 21 Mar 2016 16:06:01 +0000

> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-21 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21 16:06 [PATCH] net: add description for sk argument of skb_fclone_busy() Luis de Bethencourt
2016-03-21 17:28 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).