Skip to content

Commit 39007e1

Browse files
Justin Laikuba-moo
authored andcommitted
rtase: Modify the content format of the enum rtase_registers
Remove unnecessary spaces. Signed-off-by: Justin Lai <justinlai0215@realtek.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20241114112549.376101-3-justinlai0215@realtek.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent fdb5379 commit 39007e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/net/ethernet/realtek/rtase

drivers/net/ethernet/realtek/rtase/rtase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ enum rtase_registers {
170170
RTASE_INT_MITI_TX = 0x0A00,
171171
RTASE_INT_MITI_RX = 0x0A80,
172172

173-
RTASE_VLAN_ENTRY_0 = 0xAC80,
173+
RTASE_VLAN_ENTRY_0 = 0xAC80,
174174
};
175175

176176
enum rtase_desc_status_bit {

0 commit comments

Comments
 (0)