Skip to content

Commit b17c1d9

Browse files
Sergei Shtylyovdavem330
authored andcommitted
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: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 248be83 commit b17c1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/renesas/ravb_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ static const char ravb_gstrings_stats[][ETH_GSTRING_LEN] = {
10371037
"rx_queue_1_mcast_packets",
10381038
"rx_queue_1_errors",
10391039
"rx_queue_1_crc_errors",
1040-
"rx_queue_1_frame_errors_",
1040+
"rx_queue_1_frame_errors",
10411041
"rx_queue_1_length_errors",
10421042
"rx_queue_1_missed_errors",
10431043
"rx_queue_1_over_errors",

0 commit comments

Comments
 (0)