net/sched: act_api: use the correct TCA_ACT attributes in dump
authorPedro Tammela <pctammela@mojatatu.com>
Tue, 21 Mar 2023 22:33:45 +0000 (19:33 -0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Mar 2023 08:39:08 +0000 (08:39 +0000)
commitfcb3a4653bc5fb0525d957db0cc8b413252029f8
tree416ccd7e5598fa9059a24423e56d49930f6fbd9c
parentd0e43912c188149675ab8a0f52e26027e49b4f64
net/sched: act_api: use the correct TCA_ACT attributes in dump

4 places in the act api code are using 'TCA_' definitions where they
should be using 'TCA_ACT_', which is confusing for the reader, although
functionally they are equivalent.

Cc: Hangbin Liu <haliu@redhat.com>
Reviewed-by: Jamal Hadi Salim <jhs@mojatatu.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
Acked-by: Hangbin Liu <haliu@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_api.c