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

Commit 25f03dcf authored by Joakim Tjernlund's avatar Joakim Tjernlund Committed by Jeff Garzik
Browse files

ucc_geth_ethtool: Fix typo

parent 11a3a154
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ static void uec_get_strings(struct net_device *netdev, u32 stringset, u8 *buf)
		buf += UEC_TX_FW_STATS_LEN * ETH_GSTRING_LEN;
	}
	if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX)
		memcpy(buf, tx_fw_stat_gstrings, UEC_RX_FW_STATS_LEN *
		memcpy(buf, rx_fw_stat_gstrings, UEC_RX_FW_STATS_LEN *
			       	ETH_GSTRING_LEN);
}