From: Masanari Iida Date: Wed, 8 Oct 2014 14:53:39 +0000 (+0900) Subject: net: description of dma_cookie cause make xmldocs warning X-Git-Tag: fixes-against-v3.18-rc2~144^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709c48b39ecf11a81f3820c13a828c330fd832b9;p=pandora-kernel.git 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 Acked-by: Dan Williams Signed-off-by: David S. Miller --- Reading git-diff-tree failed