File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
drivers/net/ethernet/realtek/rtase Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ struct rtase_counters {
98
98
__le64 rx_broadcast ;
99
99
__le32 rx_multicast ;
100
100
__le16 tx_aborted ;
101
- __le16 tx_underun ;
101
+ __le16 tx_underrun ;
102
102
} __packed ;
103
103
104
104
static void rtase_w8 (const struct rtase_private * tp , u16 reg , u8 val8 )
@@ -1619,8 +1619,8 @@ static void rtase_dump_state(const struct net_device *dev)
1619
1619
le32_to_cpu (counters -> rx_multicast ));
1620
1620
netdev_err (dev , "tx_aborted %d\n" ,
1621
1621
le16_to_cpu (counters -> tx_aborted ));
1622
- netdev_err (dev , "tx_underun %d\n" ,
1623
- le16_to_cpu (counters -> tx_underun ));
1622
+ netdev_err (dev , "tx_underrun %d\n" ,
1623
+ le16_to_cpu (counters -> tx_underrun ));
1624
1624
}
1625
1625
1626
1626
static void rtase_tx_timeout (struct net_device * dev , unsigned int txqueue )
You can’t perform that action at this time.
0 commit comments