summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/thermal.c
diff options
context:
space:
mode:
authorJeff Johnson <quic_jjohnson@quicinc.com>2022-09-09 17:55:35 +0300
committerKalle Valo <quic_kvalo@quicinc.com>2022-09-16 12:19:14 +0300
commit3fecca0e7de885c71cf28065015832b78023aa6f (patch)
tree868d40a7d1214d750d477533c1f5b2839ef5204c /drivers/net/wireless/ath/ath11k/thermal.c
parentb8a71b953653dfd6b005356bff8463503dd0f965 (diff)
downloadlinux-3fecca0e7de885c71cf28065015832b78023aa6f.tar.xz
wifi: ath11k: Fix miscellaneous spelling errors
Fix misspellings flagged by 'codespell'. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/20220909145535.20437-1-quic_jjohnson@quicinc.com
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/thermal.c')
-rw-r--r--drivers/net/wireless/ath/ath11k/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/thermal.c b/drivers/net/wireless/ath/ath11k/thermal.c
index c96b26f39a25..23ed01bd44f9 100644
--- a/drivers/net/wireless/ath/ath11k/thermal.c
+++ b/drivers/net/wireless/ath/ath11k/thermal.c
@@ -99,7 +99,7 @@ static ssize_t ath11k_thermal_show_temp(struct device *dev,
temperature = ar->thermal.temperature;
spin_unlock_bh(&ar->data_lock);
- /* display in millidegree celcius */
+ /* display in millidegree Celsius */
ret = snprintf(buf, PAGE_SIZE, "%d\n", temperature * 1000);
out:
mutex_unlock(&ar->conf_mutex);