netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] skbuff.h: fix missing kernel-doc
@ 2009-03-29  4:52 Randy Dunlap
  2009-03-29  6:38 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-03-29  4:52 UTC (permalink / raw)
  To: netdev; +Cc: davem

From: Randy Dunlap <randy.dunlap@oracle.com>

Add missing struct field to fix kernel-doc warning:

Warning(include/linux/skbuff.h:182): No description found for parameter 'flags'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 include/linux/skbuff.h |    1 +
 1 file changed, 1 insertion(+)

--- linux-2.6.29-git4.orig/include/linux/skbuff.h
+++ linux-2.6.29-git4/include/linux/skbuff.h
@@ -168,6 +168,7 @@ struct skb_shared_hwtstamps {
  * @software:		generate software time stamp
  * @in_progress:	device driver is going to provide
  *			hardware time stamp
+ * @flags:		all shared_tx flags
  *
  * These flags are attached to packets as part of the
  * &skb_shared_info. Use skb_tx() to get a pointer.

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

* Re: [PATCH] skbuff.h: fix missing kernel-doc
  2009-03-29  4:52 [PATCH] skbuff.h: fix missing kernel-doc Randy Dunlap
@ 2009-03-29  6:38 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-03-29  6:38 UTC (permalink / raw)
  To: randy.dunlap; +Cc: netdev

From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Sat, 28 Mar 2009 21:52:27 -0700

> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> Add missing struct field to fix kernel-doc warning:
> 
> Warning(include/linux/skbuff.h:182): No description found for parameter 'flags'
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>

Applied, thanks!

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

end of thread, other threads:[~2009-03-29  6:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29  4:52 [PATCH] skbuff.h: fix missing kernel-doc Randy Dunlap
2009-03-29  6:38 ` 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).