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

net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"



The text in array velocity_gstrings contains a spelling mistake,
rename rx_frame_alignement_errors to rx_frame_alignment_errors.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1d510657
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",