net-next: Fix warning while make xmldocs caused by skbuff.c
authorMasanari Iida <standby24x7@gmail.com>
Mon, 24 Aug 2015 13:56:54 +0000 (22:56 +0900)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Aug 2015 21:20:48 +0000 (14:20 -0700)
commitd7499160107dd1367cf34873564b522a5516430c
treea4654d123c8eb9ac726b44887afb54fb79591616
parent79c441ae505ccfaed9d80df95e83fb2573f23f8e
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 <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c