From: Florian Fainelli <f.faine...@gmail.com>
Date: Wed, 16 Sep 2020 13:44:14 -0700

> @@ -160,6 +160,7 @@ static int unimac_mdio_reset(struct mii_bus *bus)
>  {
>       struct device_node *np = bus->dev.of_node;
>       struct device_node *child;
> +     struct clk *clk;
>       u32 read_mask = 0;
>       int addr;

Please preserve the reverse christmas tree ordering of these local
variables, thank you.

Reply via email to