diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-06-25 22:29:32 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2017-06-28 19:55:44 +0300 |
commit | 23de57975f1467ec1987a716a27b20c1bc665309 (patch) | |
tree | 4fb683927af2cd18add58a01b245a3d7cfbb227d /drivers/net/wireless/ath/ath10k/pci.c | |
parent | f23cdfb3fe8f6e3502b8aebb819edf5669c1d802 (diff) | |
download | linux-23de57975f1467ec1987a716a27b20c1bc665309.tar.gz linux-23de57975f1467ec1987a716a27b20c1bc665309.tar.xz |
ath10k: fix a bunch of spelling mistakes in messages
Fix the following spelling mistakes in messages:
syncronise -> synchronize
unusally -> unusually
addrress -> address
inverval -> interval
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c index 4f3f513dac4f..7ebfc409018d 100644 --- a/drivers/net/wireless/ath/ath10k/pci.c +++ b/drivers/net/wireless/ath/ath10k/pci.c @@ -469,7 +469,7 @@ static int ath10k_pci_wake_wait(struct ath10k *ar) while (tot_delay < PCIE_WAKE_TIMEOUT) { if (ath10k_pci_is_awake(ar)) { if (tot_delay > PCIE_WAKE_LATE_US) - ath10k_warn(ar, "device wakeup took %d ms which is unusally long, otherwise it works normally.\n", + ath10k_warn(ar, "device wakeup took %d ms which is unusually long, otherwise it works normally.\n", tot_delay / 1000); return 0; } |