Re: [PATCH v2 2/2] net: phy: tja11xx: add delayed registration of TJA1102 PHY1

From: David Miller
Date: Mon Mar 09 2020 - 12:59:01 EST


From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
Date: Mon, 9 Mar 2020 08:40:44 +0100

> +
> +static void tja1102_p1_register(struct work_struct *work)
> +{
> + struct tja11xx_priv *priv = container_of(work, struct tja11xx_priv,
> + phy_register_work);
> +
> + struct phy_device *phydev_phy0 = priv->phydev;
> + struct mii_bus *bus = phydev_phy0->mdio.bus;
> + struct device *dev = &phydev_phy0->mdio.dev;

Please fix the indentation of the 'bus' variable declaration.