[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080420105101.d07438f8.randy.dunlap@oracle.com>
Date: Sun, 20 Apr 2008 10:51:01 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: netdev <netdev@...r.kernel.org>
Cc: davem@...emloft.net, torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH] skbuff: fix missing kernel-doc notation
From: Randy Dunlap <randy.dunlap@...cle.com>
Add kernel-doc notation for ndisc_nodetype:
Warning(linux-2.6.25-git2//include/linux/skbuff.h:340): No description found for parameter 'ndisc_nodetype'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
include/linux/skbuff.h | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.25-git2.orig/include/linux/skbuff.h
+++ linux-2.6.25-git2/include/linux/skbuff.h
@@ -242,6 +242,7 @@ typedef unsigned char *sk_buff_data_t;
* @queue_mapping: Queue mapping for multiqueue devices
* @tc_index: Traffic control index
* @tc_verd: traffic control verdict
+ * @ndisc_nodetype: router type (from link layer)
* @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