octeontx2-af: Fix spelling mistake "recievd" -> "received"
authorColin Ian King <colin.king@canonical.com>
Fri, 12 Feb 2021 11:38:57 +0000 (11:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2021 00:45:43 +0000 (16:45 -0800)
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>
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c

index dfeea58..48a84c6 100644 (file)
@@ -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",