From: Masanari Iida Date: Mon, 24 Aug 2015 13:56:54 +0000 (+0900) Subject: net-next: Fix warning while make xmldocs caused by skbuff.c X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7499160107dd1367cf34873564b522a5516430c;p=pandora-kernel.git net-next: Fix warning while make xmldocs caused by skbuff.c This patch fix following warnings. .//net/core/skbuff.c:407: warning: No description found for parameter 'len' .//net/core/skbuff.c:407: warning: Excess function parameter 'length' description in '__netdev_alloc_skb' .//net/core/skbuff.c:476: warning: No description found for parameter 'len' .//net/core/skbuff.c:476: warning: Excess function parameter 'length' description in '__napi_alloc_skb' Signed-off-by: Masanari Iida Signed-off-by: David S. Miller --- Reading git-diff-tree failed