提交 b17c1d9a 编写于 作者: S Sergei Shtylyov 提交者: David S. Miller

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: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 248be83d
...@@ -1037,7 +1037,7 @@ static const char ravb_gstrings_stats[][ETH_GSTRING_LEN] = { ...@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册