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

Commit b17c1d9a authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by David S. Miller
Browse files

ravb: fix RX queue #1 frame error counter name



The Rx queue #1 frame error counter name contains trailing underscore,
probably due to a typo...

Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 248be83d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1037,7 +1037,7 @@ static const char ravb_gstrings_stats[][ETH_GSTRING_LEN] = {
	"rx_queue_1_mcast_packets",
	"rx_queue_1_mcast_packets",
	"rx_queue_1_errors",
	"rx_queue_1_errors",
	"rx_queue_1_crc_errors",
	"rx_queue_1_crc_errors",
	"rx_queue_1_frame_errors_",
	"rx_queue_1_frame_errors",
	"rx_queue_1_length_errors",
	"rx_queue_1_length_errors",
	"rx_queue_1_missed_errors",
	"rx_queue_1_missed_errors",
	"rx_queue_1_over_errors",
	"rx_queue_1_over_errors",