diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2019-03-01 11:52:05 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-02 08:23:34 +0100 |
commit | 0caa756b7745ff5d2b839ea69be9a1d94f3b779f (patch) | |
tree | 7dce7a5954bb075f83e3c67a98b068ee368d24ce /drivers/net/ethernet/marvell | |
parent | net: mvpp2: update the port documentation regarding the GoP (diff) | |
download | linux-0caa756b7745ff5d2b839ea69be9a1d94f3b779f.tar.xz linux-0caa756b7745ff5d2b839ea69be9a1d94f3b779f.zip |
net: mvpp2: fix alignment of MVPP2_GMAC_CONFIG_MII_SPEED definition
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>
Diffstat (limited to 'drivers/net/ethernet/marvell')
-rw-r--r-- | drivers/net/ethernet/marvell/mvpp2/mvpp2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h index 9b05fcbc6953..17ff330cce5f 100644 --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h @@ -389,7 +389,7 @@ #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) |