projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60028a8
)
ath10k: fix spelling in htt code comment
author
Ben Greear
<greearb@candelatech.com>
Sun, 15 Feb 2015 14:50:39 +0000
(16:50 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Sun, 15 Feb 2015 14:50:39 +0000
(16:50 +0200)
Fix spelling error.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/htt_rx.c
b/drivers/net/wireless/ath/ath10k/htt_rx.c
index c1da44f65a4d0230bb2aac9461be7ca10a8ceb5c..01a2b384f358355ded1207323dd2f499b9e2a3c3 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/
drivers/net/wireless/ath/ath10k/htt_rx.c
@@
-176,7
+176,7
@@
static void ath10k_htt_rx_msdu_buff_replenish(struct ath10k_htt *htt)
* automatically balances load wrt to CPU power.
*
* This probably comes at a cost of lower maximum throughput but
- * improves the av
a
rage and stability. */
+ * improves the av
e
rage and stability. */
spin_lock_bh(&htt->rx_ring.lock);
num_deficit = htt->rx_ring.fill_level - htt->rx_ring.fill_cnt;
num_to_fill = min(ATH10K_HTT_MAX_NUM_REFILL, num_deficit);