From: David Awogbemila <[email protected]> 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.
