octeontx2-af: Fix spelling mistake "recievd" -> "received"
There is a spelling mistake in the text in array rpm_rx_stats_fields, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
79201f358d
commit
a6e0ee35ee
|
@ -121,7 +121,7 @@ static char *rpm_rx_stats_fields[] = {
|
|||
"Packets received with FrameCheckSequenceErrors",
|
||||
"Packets received with VLAN header",
|
||||
"Error packets",
|
||||
"Packets recievd with unicast DMAC",
|
||||
"Packets received with unicast DMAC",
|
||||
"Packets received with multicast DMAC",
|
||||
"Packets received with broadcast DMAC",
|
||||
"Dropped packets",
|
||||
|
|
Loading…
Reference in New Issue