diff options
author | Kalle Valo <kvalo@codeaurora.org> | 2020-10-27 15:01:45 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-10-28 15:44:04 +0200 |
commit | 16f283f0a4bbc4cc84be574882706fa0d244186e (patch) | |
tree | cd6920f1ce49dc5a1ff58b3d92bd44181d2a41fb /drivers/net/wireless/ath/ath11k/dp.h | |
parent | d2f3f68864a463c138b27bf2ed81f6aae2233ef8 (diff) | |
download | lwn-16f283f0a4bbc4cc84be574882706fa0d244186e.tar.gz lwn-16f283f0a4bbc4cc84be574882706fa0d244186e.zip |
ath11k: remove repeated words in comments and warnings
Found by latest checkpatch.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1603803705-22447-1-git-send-email-kvalo@codeaurora.org
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/dp.h')
-rw-r--r-- | drivers/net/wireless/ath/ath11k/dp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/dp.h b/drivers/net/wireless/ath/ath11k/dp.h index ee8db812589b..d4fd02375fad 100644 --- a/drivers/net/wireless/ath/ath11k/dp.h +++ b/drivers/net/wireless/ath/ath11k/dp.h @@ -423,7 +423,7 @@ enum htt_srng_ring_id { * Used only by Consumer ring to generate ring_sw_int_p. * Ring entries low threshold water mark, that is used * in combination with the interrupt timer as well as - * the the clearing of the level interrupt. + * the clearing of the level interrupt. * b'16:18 - prefetch_timer_cfg: * Used only by Consumer ring to set timer mode to * support Application prefetch handling. |