Re: [PATCH v2 net] net: macb: fix for fixed-link mode

From: David Miller
Date: Sat Jan 11 2020 - 18:33:56 EST


From: Milind Parab <mparab@xxxxxxxxxxx>
Date: Fri, 10 Jan 2020 13:25:27 +0000

> static int macb_phylink_connect(struct macb *bp)
> {
> struct net_device *dev = bp->dev;
> struct phy_device *phydev;
> + struct device_node *dn = bp->pdev->dev.of_node;
> int ret;

Please retain the reverse christmas tree ordering of local variables
here.

Thank you.