From: Saeed Mahameed <sae...@mellanox.com> Date: Thu, 15 Aug 2019 19:10:07 +0000
> +static int mlx5e_rx_reporter_timeout_recover(void *ctx) > +{ > + struct mlx5e_rq *rq = ctx; > + struct mlx5e_icosq *icosq = &rq->channel->icosq; > + struct mlx5_eq_comp *eq = rq->cq.mcq.eq; > + int err; In this and several further patches, this non-reverse-christmas tree sequence appears. Please fix it. Put the variable assignments into the body of the function if you have to in order to make this styled correctly. Thanks.