diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-10-08 10:53:39 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-08 16:08:04 -0400 |
commit | 709c48b39ecf11a81f3820c13a828c330fd832b9 (patch) | |
tree | 714c35f7804e3fd8282e600f1f312c22c659d68e /include/linux/skbuff.h | |
parent | fb5ac0de10ed49f9a18f47ec6d2edf359811ba58 (diff) |
net: description of dma_cookie cause make xmldocs warning
In commit 7bced397510ab569d31de4c70b39e13355046387,
dma_cookie was removed from struct skbuff.
But the description of dma_cookie still exist.
So the "make xmldocs" output following warning.
Warning(.//include/linux/skbuff.h:609): Excess struct/union
/enum/typedef member 'dma_cookie' description in 'sk_buff'
Remove description of dma_cookie fix the symptom.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 3a5ec7638627..776104ba02ce 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -483,8 +483,6 @@ static inline u32 skb_mstamp_us_delta(const struct skb_mstamp *t1, | |||
483 | * @wifi_acked_valid: wifi_acked was set | 483 | * @wifi_acked_valid: wifi_acked was set |
484 | * @wifi_acked: whether frame was acked on wifi or not | 484 | * @wifi_acked: whether frame was acked on wifi or not |
485 | * @no_fcs: Request NIC to treat last 4 bytes as Ethernet FCS | 485 | * @no_fcs: Request NIC to treat last 4 bytes as Ethernet FCS |
486 | * @dma_cookie: a cookie to one of several possible DMA operations | ||
487 | * done by skb DMA functions | ||
488 | * @napi_id: id of the NAPI struct this skb came from | 486 | * @napi_id: id of the NAPI struct this skb came from |
489 | * @secmark: security marking | 487 | * @secmark: security marking |
490 | * @mark: Generic packet mark | 488 | * @mark: Generic packet mark |