net: mvpp2: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Julia Lawall 2022-05-21 13:10:29 +02:00 committed by David S. Miller
parent 1f36a72ae3
commit e34be16bee

View File

@ -1869,7 +1869,7 @@ static u32 mvpp2_read_index(struct mvpp2 *priv, u32 index, u32 reg)
* design, incremented at different moments in the chain of packet processing, * design, incremented at different moments in the chain of packet processing,
* it is very likely that incoming packets could have been dropped after being * it is very likely that incoming packets could have been dropped after being
* counted by hardware but before reaching software statistics (most probably * counted by hardware but before reaching software statistics (most probably
* multicast packets), and in the oppposite way, during transmission, FCS bytes * multicast packets), and in the opposite way, during transmission, FCS bytes
* are added in between as well as TSO skb will be split and header bytes added. * are added in between as well as TSO skb will be split and header bytes added.
* Hence, statistics gathered from userspace with ifconfig (software) and * Hence, statistics gathered from userspace with ifconfig (software) and
* ethtool (hardware) cannot be compared. * ethtool (hardware) cannot be compared.