diff options
author | 2021-02-12 11:38:57 +0000 | |
---|---|---|
committer | 2021-02-12 16:45:43 -0800 | |
commit | a6e0ee35ee11ece3ff7efa2c268c021f94948cd9 (patch) | |
tree | 48bd838a152a918b8ee479d51c3660ba9698fc54 | |
parent | Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next (diff) | |
download | wireguard-linux-a6e0ee35ee11ece3ff7efa2c268c021f94948cd9.tar.xz wireguard-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>
-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", |