From: Robert Hancock <hanc...@sedsystems.ca>
Date: Wed,  5 Jun 2019 14:42:20 -0600

> +int axienet_mdio_setup(struct axienet_local *lp)
> +{
> +     int ret;
> +     struct mii_bus *bus;
> +     struct device_node *mdio_node;

Please use reverse christmas tree ordering (longest to shortest line) for
local variables.

Reply via email to