Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a042a7a4 authored by Colin Ian King's avatar Colin Ian King Committed by Lee Jones
Browse files

mfd: abx500: Fix spelling mistake: "Celcius" -> "Celsius"



Trivial fix to spelling mistake in MFD headers.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 4c650561
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+2 −2
Original line number Diff line number Diff line
@@ -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 {