[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20191012.153224.2132803535359154086.davem@davemloft.net>
Date: Sat, 12 Oct 2019 15:32:24 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ioana.ciornei@....com
Cc: netdev@...r.kernel.org, ruxandra.radulescu@....com
Subject: Re: [PATCH net 2/2] dpaa2-eth: Fix TX FQID values
From: Ioana Ciornei <ioana.ciornei@....com>
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.
Powered by blists - more mailing lists