diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-02-12 12:38:57 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-02-13 01:45:43 +0100 |
commit | a6e0ee35ee11ece3ff7efa2c268c021f94948cd9 (patch) | |
tree | 48bd838a152a918b8ee479d51c3660ba9698fc54 /drivers/net/ethernet/marvell/octeontx2 | |
parent | Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/... (diff) | |
download | linux-a6e0ee35ee11ece3ff7efa2c268c021f94948cd9.tar.xz linux-a6e0ee35ee11ece3ff7efa2c268c021f94948cd9.zip |
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>
Diffstat (limited to 'drivers/net/ethernet/marvell/octeontx2')
-rw-r--r-- | drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c index dfeea587a27e..48a84c65804c 100644 --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c @@ -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", |