mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-16 05:10:07 -05:00
net: phy: marvell10g: Use tabs instead of spaces for indentation
Some register definitions were defined with spaces used for indentation. Change them to tabs. Signed-off-by: Marek Behún <kabel@kernel.org> Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
eca68a3c7d
commit
3891569b2f
@@ -117,16 +117,16 @@ enum {
|
||||
MV_V2_33X0_PORT_CTRL_MACTYPE_10GBASER_NO_SGMII_AN = 0x5,
|
||||
MV_V2_33X0_PORT_CTRL_MACTYPE_10GBASER_RATE_MATCH = 0x6,
|
||||
MV_V2_33X0_PORT_CTRL_MACTYPE_USXGMII = 0x7,
|
||||
MV_V2_PORT_INTR_STS = 0xf040,
|
||||
MV_V2_PORT_INTR_MASK = 0xf043,
|
||||
MV_V2_PORT_INTR_STS_WOL_EN = BIT(8),
|
||||
MV_V2_MAGIC_PKT_WORD0 = 0xf06b,
|
||||
MV_V2_MAGIC_PKT_WORD1 = 0xf06c,
|
||||
MV_V2_MAGIC_PKT_WORD2 = 0xf06d,
|
||||
MV_V2_PORT_INTR_STS = 0xf040,
|
||||
MV_V2_PORT_INTR_MASK = 0xf043,
|
||||
MV_V2_PORT_INTR_STS_WOL_EN = BIT(8),
|
||||
MV_V2_MAGIC_PKT_WORD0 = 0xf06b,
|
||||
MV_V2_MAGIC_PKT_WORD1 = 0xf06c,
|
||||
MV_V2_MAGIC_PKT_WORD2 = 0xf06d,
|
||||
/* Wake on LAN registers */
|
||||
MV_V2_WOL_CTRL = 0xf06e,
|
||||
MV_V2_WOL_CTRL_CLEAR_STS = BIT(15),
|
||||
MV_V2_WOL_CTRL_MAGIC_PKT_EN = BIT(0),
|
||||
MV_V2_WOL_CTRL = 0xf06e,
|
||||
MV_V2_WOL_CTRL_CLEAR_STS = BIT(15),
|
||||
MV_V2_WOL_CTRL_MAGIC_PKT_EN = BIT(0),
|
||||
/* Temperature control/read registers (88X3310 only) */
|
||||
MV_V2_TEMP_CTRL = 0xf08a,
|
||||
MV_V2_TEMP_CTRL_MASK = 0xc000,
|
||||
|
||||
Reference in New Issue
Block a user