net: description of dma_cookie cause make xmldocs warning
authorMasanari Iida <standby24x7@gmail.com>
Wed, 8 Oct 2014 14:53:39 +0000 (23:53 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Oct 2014 20:08:04 +0000 (16:08 -0400)
commit709c48b39ecf11a81f3820c13a828c330fd832b9
tree714c35f7804e3fd8282e600f1f312c22c659d68e
parentfb5ac0de10ed49f9a18f47ec6d2edf359811ba58
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>
include/linux/skbuff.h