[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0807311152140.3067@shark.he.net>
Date: Thu, 31 Jul 2008 11:53:24 -0700 (PDT)
From: "Randy.Dunlap" <rdunlap@...otime.net>
To: netdev@...r.kernel.org
cc: davem@...emloft.net
Subject: [PATCH] skbuff: add missing kernel-doc for do_not_encrypt
From: Randy Dunlap <randy.dunlap@...cle.com>
Add missing kernel-doc notation to sk_buff:
Warning(linux-2.6.27-rc1-git2//include/linux/skbuff.h:345): No description found for parameter 'do_not_encrypt'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
include/linux/skbuff.h | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.27-rc1-git2.orig/include/linux/skbuff.h
+++ linux-2.6.27-rc1-git2/include/linux/skbuff.h
@@ -243,6 +243,7 @@ typedef unsigned char *sk_buff_data_t;
* @tc_index: Traffic control index
* @tc_verd: traffic control verdict
* @ndisc_nodetype: router type (from link layer)
+ * @do_not_encrypt: set to prevent encryption of this frame
* @dma_cookie: a cookie to one of several possible DMA operations
* done by skb DMA functions
* @secmark: security marking
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists