Re: [PATCH] net_sched actions: use nla_parse_nested()

2016-10-29 Thread David Miller
From: Johannes Berg Date: Wed, 26 Oct 2016 14:44:33 +0200 > From: Johannes Berg > > Use nla_parse_nested instead of open-coding the call to > nla_parse() with the attribute data/len. > > Signed-off-by: Johannes Berg Applied, thanks.

Re: [PATCH] net_sched actions: use nla_parse_nested()

2016-10-27 Thread Cong Wang
On Wed, Oct 26, 2016 at 5:44 AM, Johannes Berg wrote: > From: Johannes Berg > > Use nla_parse_nested instead of open-coding the call to > nla_parse() with the attribute data/len. > > Signed-off-by: Johannes Berg Acked-by: Cong Wang

[PATCH] net_sched actions: use nla_parse_nested()

2016-10-26 Thread Johannes Berg
From: Johannes Berg Use nla_parse_nested instead of open-coding the call to nla_parse() with the attribute data/len. Signed-off-by: Johannes Berg --- net/sched/act_api.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/sched/act_api.c b/net/sched/act_api.c index c91021