mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	net: hns3: Remove extra space and brackets
Remove extra space and brackets. Signed-off-by: Jian Shen <shenjian15@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Salil Mehta <salil.mehta@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									3f639907e0
								
							
						
					
					
						commit
						a10829c4ae
					
				
					 3 changed files with 5 additions and 5 deletions
				
			
		|  | @ -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 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Jian Shen
						Jian Shen