Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a10829c4 authored by Jian Shen's avatar Jian Shen Committed by David S. Miller
Browse files

net: hns3: Remove extra space and brackets



Remove extra space and brackets.

Signed-off-by: default avatarJian Shen <shenjian15@huawei.com>
Signed-off-by: default avatarPeng Li <lipeng321@huawei.com>
Signed-off-by: default avatarSalil Mehta <salil.mehta@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3f639907
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -77,11 +77,11 @@
/* Copper Specific Status Register */
/* Copper Specific Status Register */
#define HCLGE_PHY_CSS_REG		17
#define HCLGE_PHY_CSS_REG		17


#define HCLGE_PHY_MDIX_CTRL_S		(5)
#define HCLGE_PHY_MDIX_CTRL_S		5
#define HCLGE_PHY_MDIX_CTRL_M		GENMASK(6, 5)
#define HCLGE_PHY_MDIX_CTRL_M		GENMASK(6, 5)


#define HCLGE_PHY_MDIX_STATUS_B	(6)
#define HCLGE_PHY_MDIX_STATUS_B		6
#define HCLGE_PHY_SPEED_DUP_RESOLVE_B	(11)
#define HCLGE_PHY_SPEED_DUP_RESOLVE_B	11


/* Factor used to calculate offset and bitmap of VF num */
/* Factor used to calculate offset and bitmap of VF num */
#define HCLGE_VF_NUM_PER_CMD           64
#define HCLGE_VF_NUM_PER_CMD           64
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.