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

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>
This commit is contained in:
Colin Ian King 2016-12-28 21:55:47 +00:00 committed by Lee Jones
parent 4c65056133
commit a042a7a4e1
2 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ enum abx500_adc_therm {
* struct abx500_res_to_temp - defines one point in a temp to res curve. To * 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 * be used in battery packs that combines the identification resistor with a
* NTC resistor. * NTC resistor.
* @temp: battery pack temperature in Celcius * @temp: battery pack temperature in Celsius
* @resist: NTC resistor net total resistance * @resist: NTC resistor net total resistance
*/ */
struct abx500_res_to_temp { struct abx500_res_to_temp {

View file

@ -279,7 +279,7 @@ enum bup_vch_sel {
* struct res_to_temp - defines one point in a temp to res curve. To * 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 * be used in battery packs that combines the identification resistor with a
* NTC resistor. * NTC resistor.
* @temp: battery pack temperature in Celcius * @temp: battery pack temperature in Celsius
* @resist: NTC resistor net total resistance * @resist: NTC resistor net total resistance
*/ */
struct res_to_temp { 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 * struct batres_vs_temp - defines one point in a temp vs battery internal
* resistance curve. * resistance curve.
* @temp: battery pack temperature in Celcius * @temp: battery pack temperature in Celsius
* @resist: battery internal reistance in mOhm * @resist: battery internal reistance in mOhm
*/ */
struct batres_vs_temp { struct batres_vs_temp {