diff mbox

skbuff.h: fix missing kernel-doc

Message ID 20090328215227.246b8a88.randy.dunlap@oracle.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Randy Dunlap March 29, 2009, 4:52 a.m. UTC
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(+)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller March 29, 2009, 6:38 a.m. UTC | #1
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!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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.