net: ethernet: ucc: fix spelling mistake: "tx-late-collsion" -> "tx-late-collision"
authorColin Ian King <colin.king@canonical.com>
Sat, 28 Apr 2018 09:57:07 +0000 (10:57 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Apr 2018 13:29:39 +0000 (09:29 -0400)
Trivial fix to spelling mistake in tx_fw_stat_gstrings text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/ucc_geth_ethtool.c

index 4df282ed22c7962f7e10ab6d17be11b50a1ac44f..0beee2cc2ddd3164baf7211f49c3b5affef7a091 100644 (file)
@@ -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",