* [PATCH] skbuff.h: fix skb_dst kernel-doc
@ 2009-06-17 2:56 Randy Dunlap
2009-06-17 11:32 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-06-17 2:56 UTC (permalink / raw)
To: netdev, David Miller
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix kernel-doc warnings (missing + extra entries) in skbuff.h.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
include/linux/skbuff.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.30-git10.orig/include/linux/skbuff.h
+++ linux-2.6.30-git10/include/linux/skbuff.h
@@ -264,7 +264,7 @@ typedef unsigned char *sk_buff_data_t;
* @transport_header: Transport layer header
* @network_header: Network layer header
* @mac_header: Link layer header
- * @dst: destination entry
+ * @_skb_dst: destination entry
* @sp: the security path, used for xfrm
* @cb: Control buffer. Free for use by every layer. Put private vars here
* @len: Length of actual data
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-17 11:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 2:56 [PATCH] skbuff.h: fix skb_dst kernel-doc Randy Dunlap
2009-06-17 11:32 ` 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).