From aeef6bbc078ea9b0e1f18962c026cde142022480 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 29 Nov 2018 09:09:39 +0100 Subject: [PATCH] phy: Fix coding style issue Trivial patch. Signed-off-by: Michal Simek --- drivers/net/phy/phy.c | 3 ++- include/phy.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.3