OSDN Git Service

net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"
authorColin Ian King <colin.king@canonical.com>
Mon, 26 Nov 2018 15:34:01 +0000 (15:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Nov 2018 00:22:23 +0000 (16:22 -0800)
The text in array velocity_gstrings contains a spelling mistake,
rename rx_frame_alignement_errors to rx_frame_alignment_errors.

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

index ef9538e..8241269 100644 (file)
@@ -3605,7 +3605,7 @@ static const char velocity_gstrings[][ETH_GSTRING_LEN] = {
        "tx_jumbo",
        "rx_mac_control_frames",
        "tx_mac_control_frames",
-       "rx_frame_alignement_errors",
+       "rx_frame_alignment_errors",
        "rx_long_ok",
        "rx_long_err",
        "tx_sqe_errors",