[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL9ddJcSHYosJBdOhs6-KHmWRDrLwLXd-NaFsgJWB7gNi3DRUg@mail.gmail.com>
Date: Tue, 18 Aug 2020 15:25:36 -0700
From: David Awogbemila <awogbemila@...gle.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Sagi Shahar <sagis@...gle.com>,
Yangchun Fu <yangchun@...gle.com>
Subject: Re: [PATCH net-next 06/18] gve: Batch AQ commands for creating and
destroying queues.
Got it. I'll fix this.
On Tue, Aug 18, 2020 at 1:17 PM David Miller <davem@...emloft.net> wrote:
>
> From: David Awogbemila <awogbemila@...gle.com>
> Date: Tue, 18 Aug 2020 12:44:05 -0700
>
> > -int gve_adminq_execute_cmd(struct gve_priv *priv,
> > - union gve_adminq_command *cmd_orig)
> > +static int gve_adminq_issue_cmd(struct gve_priv *priv,
> > + union gve_adminq_command *cmd_orig)
> > {
> > union gve_adminq_command *cmd;
> > + u32 tail;
> > u32 opcode;
>
> Please use reverse christmas tree ordering for local variables.
>
> Thanks.
Powered by blists - more mailing lists