diff options
| author | Jilin Yuan <[email protected]> | 2022-09-15 11:05:59 +0800 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2022-09-22 10:19:51 +0300 |
| commit | 02be97c7b2de1ca10ee01739cd76d1b8ac5cf591 (patch) | |
| tree | f0bcbd0a76a290cfabe3d881da00a10e04a559cb | |
| parent | 1e1cb8e0b73e6f39a9d4a7a15d940b1265387eb5 (diff) | |
wifi: ath9k: fix repeated to words in a comment
Delete the redundant word 'to'.
Signed-off-by: Jilin Yuan <[email protected]>
Acked-by: Toke Høiland-Jørgensen <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 096a206f49ed..450ab19b1d4e 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -710,7 +710,7 @@ struct ath_spec_scan { /** * struct ath_hw_ops - callbacks used by hardware code and driver code * - * This structure contains callbacks designed to to be used internally by + * This structure contains callbacks designed to be used internally by * hardware code and also by the lower level driver. * * @config_pci_powersave: |