[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190817.124810.1171882980329111418.davem@davemloft.net>
Date: Sat, 17 Aug 2019 12:48:10 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: saeedm@...lanox.com
Cc: netdev@...r.kernel.org, ayal@...lanox.com, tariqt@...lanox.com,
jiri@...lanox.com
Subject: Re: [net-next 11/16] net/mlx5e: Report and recover from rx timeout
From: Saeed Mahameed <saeedm@...lanox.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.
Powered by blists - more mailing lists