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

Commit 3eafdfd6 authored by Ben Greear's avatar Ben Greear Committed by Kalle Valo
Browse files

ath10k: fix spelling in htt code comment



Fix spelling error.

Signed-off-by: default avatarBen Greear <greearb@candelatech.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 60028a81
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -176,7 +176,7 @@ static void ath10k_htt_rx_msdu_buff_replenish(struct ath10k_htt *htt)
	 * automatically balances load wrt to CPU power.
	 * automatically balances load wrt to CPU power.
	 *
	 *
	 * This probably comes at a cost of lower maximum throughput but
	 * This probably comes at a cost of lower maximum throughput but
	 * improves the avarage and stability. */
	 * improves the average and stability. */
	spin_lock_bh(&htt->rx_ring.lock);
	spin_lock_bh(&htt->rx_ring.lock);
	num_deficit = htt->rx_ring.fill_level - htt->rx_ring.fill_cnt;
	num_deficit = htt->rx_ring.fill_level - htt->rx_ring.fill_cnt;
	num_to_fill = min(ATH10K_HTT_MAX_NUM_REFILL, num_deficit);
	num_to_fill = min(ATH10K_HTT_MAX_NUM_REFILL, num_deficit);