Skip to content

Commit a6e0ee3

Browse files
Colin Ian Kingdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 79201f3 commit a6e0ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ static char *rpm_rx_stats_fields[] = {
121121
"Packets received with FrameCheckSequenceErrors",
122122
"Packets received with VLAN header",
123123
"Error packets",
124-
"Packets recievd with unicast DMAC",
124+
"Packets received with unicast DMAC",
125125
"Packets received with multicast DMAC",
126126
"Packets received with broadcast DMAC",
127127
"Dropped packets",

0 commit comments

Comments
 (0)