net: mvpp2: fix alignment of MVPP2_GMAC_CONFIG_MII_SPEED definition
authorAntoine Tenart <antoine.tenart@bootlin.com>
Fri, 1 Mar 2019 10:52:05 +0000 (11:52 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Mar 2019 07:23:34 +0000 (23:23 -0800)
Cosmetic patch fix the alignment of the MVPP2_GMAC_CONFIG_MII_SPEED
macro definition.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2/mvpp2.h

index 9b05fcbc6953aa680ac1770754fab1a0c1b9f005..17ff330cce5f19236b929c5ab219a94573fe295c 100644 (file)
 #define     MVPP2_GMAC_IN_BAND_AUTONEG         BIT(2)
 #define     MVPP2_GMAC_IN_BAND_AUTONEG_BYPASS  BIT(3)
 #define     MVPP2_GMAC_IN_BAND_RESTART_AN      BIT(4)
-#define     MVPP2_GMAC_CONFIG_MII_SPEED        BIT(5)
+#define     MVPP2_GMAC_CONFIG_MII_SPEED                BIT(5)
 #define     MVPP2_GMAC_CONFIG_GMII_SPEED       BIT(6)
 #define     MVPP2_GMAC_AN_SPEED_EN             BIT(7)
 #define     MVPP2_GMAC_FC_ADV_EN               BIT(9)