mfd: abx500: Fix spelling mistake: "Celcius" -> "Celsius"
authorColin Ian King <colin.king@canonical.com>
Wed, 28 Dec 2016 21:55:47 +0000 (21:55 +0000)
committerLee Jones <lee.jones@linaro.org>
Mon, 13 Feb 2017 09:29:41 +0000 (09:29 +0000)
Trivial fix to spelling mistake in MFD headers.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/mfd/abx500.h
include/linux/mfd/abx500/ab8500-bm.h

index 552cc1d61cc7811452120a0ae9a3594afc46aac6..44412c9d26e11a350a3ee35b3c48aa073ecbc773 100644 (file)
@@ -45,7 +45,7 @@ enum abx500_adc_therm {
  * struct abx500_res_to_temp - defines one point in a temp to res curve. To
  * be used in battery packs that combines the identification resistor with a
  * NTC resistor.
- * @temp:                      battery pack temperature in Celcius
+ * @temp:                      battery pack temperature in Celsius
  * @resist:                    NTC resistor net total resistance
  */
 struct abx500_res_to_temp {
index 12a5b396921e577925a96afce5e7809373357108..e63681eb6c62d6da3f56e872a350add2574e050a 100644 (file)
@@ -279,7 +279,7 @@ enum bup_vch_sel {
  * struct res_to_temp - defines one point in a temp to res curve. To
  * be used in battery packs that combines the identification resistor with a
  * NTC resistor.
- * @temp:                      battery pack temperature in Celcius
+ * @temp:                      battery pack temperature in Celsius
  * @resist:                    NTC resistor net total resistance
  */
 struct res_to_temp {
@@ -290,7 +290,7 @@ struct res_to_temp {
 /**
  * struct batres_vs_temp - defines one point in a temp vs battery internal
  * resistance curve.
- * @temp:                      battery pack temperature in Celcius
+ * @temp:                      battery pack temperature in Celsius
  * @resist:                    battery internal reistance in mOhm
  */
 struct batres_vs_temp {