]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7e4e96e92787d970644e75124adfaad29185ffc
treea4654d123c8eb9ac726b44887afb54fb79591616
parent1a7001a45bace694699397740e39683c6ca46d20
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