diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-03-29 08:38:40 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-29 08:38:40 +0200 |
commit | 4b21cd4eedff2123712c2132c8c6264d40332465 (patch) | |
tree | b7fad2b06145f0684d5501ba604ecd02f39efe88 /include | |
parent | ni5010: convert to net_device_ops (diff) | |
download | linux-4b21cd4eedff2123712c2132c8c6264d40332465.tar.xz linux-4b21cd4eedff2123712c2132c8c6264d40332465.zip |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/skbuff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index bb1981fd60f3..eb2e837afaf3 100644 --- a/include/linux/skbuff.h +++ b/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. |