Re: [PATCH net-next] net: Fix ndo_setup_tc comment

2017-01-27 Thread David Miller
From: Florian Fainelli Date: Thu, 26 Jan 2017 14:44:17 -0800 > Commit 16e5cc647173 ("net: rework setup_tc ndo op to consume > general tc operand") changed the ndo_setup_tc() signature, but did not > update the comments in netdevice.h, so do that now. > > Signed-off-by: Florian Fainelli Applied

Re: [PATCH net-next] net: Fix ndo_setup_tc comment

2017-01-26 Thread Jiri Pirko
Thu, Jan 26, 2017 at 11:44:17PM CET, f.faine...@gmail.com wrote: >Commit 16e5cc647173 ("net: rework setup_tc ndo op to consume >general tc operand") changed the ndo_setup_tc() signature, but did not >update the comments in netdevice.h, so do that now. > >Signed-off-by: Florian Fainelli Reviewed-b

Re: [PATCH net-next] net: Fix ndo_setup_tc comment

2017-01-26 Thread John Fastabend
On 17-01-26 02:44 PM, Florian Fainelli wrote: > Commit 16e5cc647173 ("net: rework setup_tc ndo op to consume > general tc operand") changed the ndo_setup_tc() signature, but did not > update the comments in netdevice.h, so do that now. > > Signed-off-by: Florian Fainelli > --- Thanks. Acked-by:

[PATCH net-next] net: Fix ndo_setup_tc comment

2017-01-26 Thread Florian Fainelli
Commit 16e5cc647173 ("net: rework setup_tc ndo op to consume general tc operand") changed the ndo_setup_tc() signature, but did not update the comments in netdevice.h, so do that now. Signed-off-by: Florian Fainelli --- include/linux/netdevice.h | 11 ++- 1 file changed, 6 insertions(+),