From: Ioana Ciornei <[email protected]> Date: Thu, 10 Oct 2019 19:19:47 +0300
> @@ -2533,6 +2536,45 @@ static int set_pause(struct dpaa2_eth_priv *priv)
> return 0;
> }
>
> +static void update_tx_fqids(struct dpaa2_eth_priv *priv)
> +{
> + struct dpaa2_eth_fq *fq;
> + struct dpni_queue queue;
> + struct dpni_queue_id qid = {0};
> + int i, j, err;
Reverse christmas tree local variable ordering here please.
