From: Michal Simek Date: Thu, 29 Nov 2018 08:09:39 +0000 (+0100) Subject: phy: Fix coding style issue X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aeef6bbc078ea9b0e1f18962c026cde142022480;p=thirdparty%2Fu-boot.git phy: Fix coding style issue Trivial patch. Signed-off-by: Michal Simek --- diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 004a932e78e..d02c4d8ac83 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -945,7 +945,8 @@ static struct phy_device *phy_connect_fixed(struct mii_dev *bus, #ifdef CONFIG_DM_ETH struct phy_device *phy_connect(struct mii_dev *bus, int addr, - struct udevice *dev, phy_interface_t interface) + struct udevice *dev, + phy_interface_t interface) #else struct phy_device *phy_connect(struct mii_dev *bus, int addr, struct eth_device *dev, diff --git a/include/phy.h b/include/phy.h index bbebf0a0349..04857015d31 100644 --- a/include/phy.h +++ b/include/phy.h @@ -19,7 +19,7 @@ #define PHY_FIXED_ID 0xa5a55a5a /* * There is no actual id for this. - * This is just a dummy id for gmii2rgmmi converter + * This is just a dummy id for gmii2rgmmi converter. */ #define PHY_GMII2RGMII_ID 0x5a5a5a5a