[net-next PATCH v1 2/7] net: phy: Introduce phy related fwnode functions

David Miller davem at davemloft.net
Wed Sep 30 18:03:49 EDT 2020


From: Calvin Johnson <calvin.johnson at oss.nxp.com>
Date: Wed, 30 Sep 2020 21:34:25 +0530

> +struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode)
> +{
> +	struct device *d;
> +	struct mdio_device *mdiodev;

Please use reverse christmas tree ordering for local variables.



More information about the linux-arm-kernel mailing list