Re: [PATCH] net-next: Fix warning while make xmldocs caused by skbuff.c

2015-08-25 Thread David Miller
From: Masanari Iida Date: Mon, 24 Aug 2015 22:56:54 +0900 > 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' >

Re: [PATCH] net-next: Fix warning while make xmldocs caused by skbuff.c

2015-08-25 Thread David Miller
From: Masanari Iida standby2...@gmail.com Date: Mon, 24 Aug 2015 22:56:54 +0900 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

[PATCH] net-next: Fix warning while make xmldocs caused by skbuff.c

2015-08-24 Thread Masanari Iida
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'

[PATCH] net-next: Fix warning while make xmldocs caused by skbuff.c

2015-08-24 Thread Masanari Iida
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'