>  struct phy_device *fixed_phy_register(unsigned int irq,
>                                     struct fixed_phy_status *status,
> -                                   int link_gpio,
>                                     struct device_node *np)
>  {
>       struct fixed_mdio_bus *fmb = &platform_fmb;
>       struct phy_device *phy;
> +     struct gpio_desc *gpiod = NULL;
>       int phy_addr;
>       int ret;

Hi Linus

Networking code uses reverse christmas tree. Please move gpiod higher
up by one line.

Thanks
        Andrew

Reply via email to