Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756686AbcCUQG2 (ORCPT ); Mon, 21 Mar 2016 12:06:28 -0400 Received: from lists.s-osg.org ([54.187.51.154]:55174 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756064AbcCUQG0 (ORCPT ); Mon, 21 Mar 2016 12:06:26 -0400 From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Cc: davem@davemloft.net, tom@herbertland.com, pablo@netfilter.org, aduyck@mirantis.com, edumazet@google.com, fw@strlen.de, jiri@resnulli.us, bpoirier@suse.com, ecree@solarflare.com, Luis de Bethencourt Subject: [PATCH] net: add description for sk argument of skb_fclone_busy() Date: Mon, 21 Mar 2016 16:06:01 +0000 Message-Id: <1458576361-26161-1-git-send-email-luisbg@osg.samsung.com> X-Mailer: git-send-email 2.6.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 755 Lines: 29 The description for the sk argument of the skb_fclone_busy function is missing. Adding it. Signed-off-by: Luis de Bethencourt --- 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