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/hal_desc.h | |
parent | d2f3f68864a463c138b27bf2ed81f6aae2233ef8 (diff) |
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/hal_desc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath11k/hal_desc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/hal_desc.h b/drivers/net/wireless/ath/ath11k/hal_desc.h index 8a592814efa0..ceebdc28ddeb 100644 --- a/drivers/net/wireless/ath/ath11k/hal_desc.h +++ b/drivers/net/wireless/ath/ath11k/hal_desc.h @@ -716,7 +716,7 @@ struct hal_reo_dest_ring { * * rx_msdu_info * General information related to the MSDU that is passed - * on from RXDMA all the way to to the REO destination ring. + * on from RXDMA all the way to the REO destination ring. * * queue_addr_lo * Address (lower 32 bits) of the REO queue descriptor. |