Commit 7d1e59a3 authored by Zhang Jiaming's avatar Zhang Jiaming Committed by Kalle Valo

ath11k: Fix typo in comments

There is a typo(isn't') in comments.
It maybe 'isn't' instead of 'isn't''.
Signed-off-by: default avatarZhang Jiaming <jiaming@nfschina.com>
Signed-off-by: default avatarKalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220704030004.16484-1-jiaming@nfschina.com
parent d7af63ab
...@@ -1165,7 +1165,7 @@ void ath11k_hal_srng_shadow_update_hp_tp(struct ath11k_base *ab, ...@@ -1165,7 +1165,7 @@ void ath11k_hal_srng_shadow_update_hp_tp(struct ath11k_base *ab,
lockdep_assert_held(&srng->lock); lockdep_assert_held(&srng->lock);
/* check whether the ring is emptry. Update the shadow /* check whether the ring is emptry. Update the shadow
* HP only when then ring isn't' empty. * HP only when then ring isn't empty.
*/ */
if (srng->ring_dir == HAL_SRNG_DIR_SRC && if (srng->ring_dir == HAL_SRNG_DIR_SRC &&
*srng->u.src_ring.tp_addr != srng->u.src_ring.hp) *srng->u.src_ring.tp_addr != srng->u.src_ring.hp)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment