Re: [PATCH net-next] net/sched: act_api: unexport tcf_action_dump_1()

From: Toke Høiland-Jørgensen
Date: Fri Oct 18 2024 - 13:04:22 EST


Vladimir Oltean <vladimir.oltean@xxxxxxx> writes:

> This isn't used outside act_api.c, but is called by tcf_dump_walker()
> prior to its definition. So move it upwards and make it static.
>
> Simultaneously, reorder the variable declarations so that they follow
> the networking "reverse Christmas tree" coding style.
>
> Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>

Reviewed-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>