* [PATCH] skbuff: fix missing kernel-doc notation
@ 2008-04-20 17:51 Randy Dunlap
2008-04-20 23:06 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-04-20 17:51 UTC (permalink / raw)
To: netdev; +Cc: davem, torvalds
From: Randy Dunlap <randy.dunlap@oracle.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@oracle.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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] skbuff: fix missing kernel-doc notation
2008-04-20 17:51 [PATCH] skbuff: fix missing kernel-doc notation Randy Dunlap
@ 2008-04-20 23:06 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-04-20 23:06 UTC (permalink / raw)
To: randy.dunlap; +Cc: netdev, torvalds
From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Sun, 20 Apr 2008 10:51:01 -0700
> From: Randy Dunlap <randy.dunlap@oracle.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@oracle.com>
Applied, thanks Randy.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-20 23:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-20 17:51 [PATCH] skbuff: fix missing kernel-doc notation Randy Dunlap
2008-04-20 23:06 ` 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).