diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-03-02 06:15:58 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-02 06:15:58 -0500 |
commit | d3a21be86c178964167aa54c39a01260d33e7509 (patch) | |
tree | 4dbce3db76be1ec0bf11662d94921be2e13e7572 /include/linux/skbuff.h | |
parent | 94f52cd152ce20aa72415bcf0804faee0d31d023 (diff) |
skbuff.h: fix timestamps kernel-doc
Fix skbuff.h kernel-doc for timestamps: must include "struct" keyword,
otherwise there are kernel-doc errors:
Error(linux-next-20090227//include/linux/skbuff.h:161): cannot understand prototype: 'struct skb_shared_hwtstamps '
Error(linux-next-20090227//include/linux/skbuff.h:177): cannot understand prototype: 'union skb_shared_tx '
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 61ce97a8b868..1f659e8c2b88 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -135,8 +135,7 @@ struct skb_frag_struct { | |||
135 | #define HAVE_HW_TIME_STAMP | 135 | #define HAVE_HW_TIME_STAMP |
136 | 136 | ||
137 | /** | 137 | /** |
138 | * skb_shared_hwtstamps - hardware time stamps | 138 | * struct skb_shared_hwtstamps - hardware time stamps |
139 | * | ||
140 | * @hwtstamp: hardware time stamp transformed into duration | 139 | * @hwtstamp: hardware time stamp transformed into duration |
141 | * since arbitrary point in time | 140 | * since arbitrary point in time |
142 | * @syststamp: hwtstamp transformed to system time base | 141 | * @syststamp: hwtstamp transformed to system time base |
@@ -164,8 +163,7 @@ struct skb_shared_hwtstamps { | |||
164 | }; | 163 | }; |
165 | 164 | ||
166 | /** | 165 | /** |
167 | * skb_shared_tx - instructions for time stamping of outgoing packets | 166 | * struct skb_shared_tx - instructions for time stamping of outgoing packets |
168 | * | ||
169 | * @hardware: generate hardware time stamp | 167 | * @hardware: generate hardware time stamp |
170 | * @software: generate software time stamp | 168 | * @software: generate software time stamp |
171 | * @in_progress: device driver is going to provide | 169 | * @in_progress: device driver is going to provide |