Re: [PATCH] dql: make dql_init return void

2017-10-19 Thread David Miller
From: Stephen Hemminger Date: Tue, 17 Oct 2017 17:16:52 -0700 > dql_init always returned 0, and the only place that uses it > in network core code didn't care about the return value anyway. > > Signed-off-by: Stephen Hemminger Applied to

Re: [PATCH] dql: make dql_init return void

2017-10-18 Thread Hiroaki SHIMODA
On Tue, 17 Oct 2017 17:16:52 -0700 Stephen Hemminger wrote: > dql_init always returned 0, and the only place that uses it > in network core code didn't care about the return value anyway. > > Signed-off-by: Stephen Hemminger Acked-by: Hiroaki

[PATCH] dql: make dql_init return void

2017-10-17 Thread Stephen Hemminger
dql_init always returned 0, and the only place that uses it in network core code didn't care about the return value anyway. Signed-off-by: Stephen Hemminger --- include/linux/dynamic_queue_limits.h | 2 +- lib/dynamic_queue_limits.c | 3 +-- 2 files changed, 2