Re: [PATCH net 1/1] net sched actions: rename act_get_notify() to tcf_get_notify()

2017-07-14 Thread David Miller
From: Roman Mashak Date: Thu, 13 Jul 2017 13:12:18 -0400 > Make name consistent with other TC event notification routines, such as > tcf_add_notify() and tcf_del_notify() > > Signed-off-by: Roman Mashak Applied.

[PATCH net 1/1] net sched actions: rename act_get_notify() to tcf_get_notify()

2017-07-13 Thread Roman Mashak
Make name consistent with other TC event notification routines, such as tcf_add_notify() and tcf_del_notify() Signed-off-by: Roman Mashak --- net/sched/act_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sched/act_api.c b/net/sched/act_api.c index aed6cf2..f2e9e