Just a cosmetic clean-up to fix the indentation of the entries
in the phys array.

Signed-off-by: Ezequiel Garcia <ezequiel.gar...@free-electrons.com>
---
 drivers/net/phy/marvell.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
index f2bc649..2fb4ad2 100644
--- a/drivers/net/phy/marvell.c
+++ b/drivers/net/phy/marvell.c
@@ -166,15 +166,15 @@ static int m88e1121_config_init(struct phy_device *phydev)
 }
 
 static struct phy_driver marvell_phys[] = {
-{
-       .phy_id         = MARVELL_PHY_ID_88E1121R,
-       .phy_id_mask    = MARVELL_PHY_ID_MASK,
-       .drv.name       = "Marvell 88E1121R",
-       .features       = PHY_GBIT_FEATURES,
-       .config_init    = m88e1121_config_init,
-       .config_aneg    = genphy_config_aneg,
-       .read_status    = marvell_read_status,
-},
+       {
+               .phy_id         = MARVELL_PHY_ID_88E1121R,
+               .phy_id_mask    = MARVELL_PHY_ID_MASK,
+               .drv.name       = "Marvell 88E1121R",
+               .features       = PHY_GBIT_FEATURES,
+               .config_init    = m88e1121_config_init,
+               .config_aneg    = genphy_config_aneg,
+               .read_status    = marvell_read_status,
+       },
 };
 
 static int __init marvell_phy_init(void)
-- 
2.1.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to