skbuff.h: fix missing kernel-doc
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> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
79f1bc06db
commit
4b21cd4eed
@@ -168,6 +168,7 @@ struct skb_shared_hwtstamps {
|
|||||||
* @software: generate software time stamp
|
* @software: generate software time stamp
|
||||||
* @in_progress: device driver is going to provide
|
* @in_progress: device driver is going to provide
|
||||||
* hardware time stamp
|
* hardware time stamp
|
||||||
|
* @flags: all shared_tx flags
|
||||||
*
|
*
|
||||||
* These flags are attached to packets as part of the
|
* These flags are attached to packets as part of the
|
||||||
* &skb_shared_info. Use skb_tx() to get a pointer.
|
* &skb_shared_info. Use skb_tx() to get a pointer.
|
||||||
|
Reference in New Issue
Block a user