From: Marek BehĂșn Date: Wed, 7 Apr 2021 20:22:40 +0000 (+0200) Subject: net: phy: marvell10g: fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=283828142fad71a6bab4c1a6b0ba28c323fd36a0;p=linux.git net: phy: marvell10g: fix typo This space should be a tab instead. Signed-off-by: Marek BehĂșn Reviewed-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/marvell10g.c b/drivers/net/phy/marvell10g.c index 9b514124af0d7..f2f0da9717bef 100644 --- a/drivers/net/phy/marvell10g.c +++ b/drivers/net/phy/marvell10g.c @@ -79,7 +79,7 @@ enum { /* Vendor2 MMD registers */ MV_V2_PORT_CTRL = 0xf001, MV_V2_PORT_CTRL_SWRST = BIT(15), - MV_V2_PORT_CTRL_PWRDOWN = BIT(11), + MV_V2_PORT_CTRL_PWRDOWN = BIT(11), MV_V2_PORT_CTRL_MACTYPE_MASK = 0x7, MV_V2_PORT_CTRL_MACTYPE_RATE_MATCH = 0x6, /* Temperature control/read registers (88X3310 only) */