[PATCH v4 2/5] net: phy: marvell: Fix array identation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@xxxxxxxxxxxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux