]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
phy: Fix coding style issue
authorMichal Simek <michal.simek@xilinx.com>
Thu, 29 Nov 2018 08:09:39 +0000 (09:09 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 12 Dec 2018 11:43:22 +0000 (12:43 +0100)
Trivial patch.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/phy/phy.c
include/phy.h

index 004a932e78e4f5ecdca50f6595b0a48c36ef5f6b..d02c4d8ac8377d0fb350ca0be1cfea3c77d8a274 100644 (file)
@@ -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,
index bbebf0a0349e46a847df40acb79fad49424cc14f..04857015d31e275b7ea18b19c4d7db4ff0b8ce7c 100644 (file)
@@ -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