Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f944ad1b authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

net: ethernet: ucc: fix spelling mistake: "tx-late-collsion" -> "tx-late-collision"



Trivial fix to spelling mistake in tx_fw_stat_gstrings text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ff81de73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ static const char hw_stat_gstrings[][ETH_GSTRING_LEN] = {
static const char tx_fw_stat_gstrings[][ETH_GSTRING_LEN] = {
	"tx-single-collision",
	"tx-multiple-collision",
	"tx-late-collsion",
	"tx-late-collision",
	"tx-aborted-frames",
	"tx-lost-frames",
	"tx-carrier-sense-errors",