Re: [PATCH net-next] net/sched: act_police: re-use tcf_tm_dump()

2019-10-21 Thread David Miller
From: Davide Caratti Date: Sat, 19 Oct 2019 18:49:32 +0200 > Use tcf_tm_dump(), instead of an open coded variant (no functional change > in this patch). > > Signed-off-by: Davide Caratti Applied.

Re: [PATCH net-next] net/sched: act_police: re-use tcf_tm_dump()

2019-10-19 Thread Jiri Pirko
Sat, Oct 19, 2019 at 06:49:32PM CEST, dcara...@redhat.com wrote: >Use tcf_tm_dump(), instead of an open coded variant (no functional change >in this patch). > >Signed-off-by: Davide Caratti Acked-by: Jiri Pirko

[PATCH net-next] net/sched: act_police: re-use tcf_tm_dump()

2019-10-19 Thread Davide Caratti
Use tcf_tm_dump(), instead of an open coded variant (no functional change in this patch). Signed-off-by: Davide Caratti --- net/sched/act_police.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/sched/act_police.c b/net/sched/act_police.c index 89c04c52af3d..981a9eca0