Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Lee Jones
a042a7a4 4c650561

+3 -3
+1 -1
include/linux/mfd/abx500.h
··· 45 45 * struct abx500_res_to_temp - defines one point in a temp to res curve. To 46 46 * be used in battery packs that combines the identification resistor with a 47 47 * NTC resistor. 48 - * @temp: battery pack temperature in Celcius 48 + * @temp: battery pack temperature in Celsius 49 49 * @resist: NTC resistor net total resistance 50 50 */ 51 51 struct abx500_res_to_temp {
+2 -2
include/linux/mfd/abx500/ab8500-bm.h
··· 279 279 * struct res_to_temp - defines one point in a temp to res curve. To 280 280 * be used in battery packs that combines the identification resistor with a 281 281 * NTC resistor. 282 - * @temp: battery pack temperature in Celcius 282 + * @temp: battery pack temperature in Celsius 283 283 * @resist: NTC resistor net total resistance 284 284 */ 285 285 struct res_to_temp { ··· 290 290 /** 291 291 * struct batres_vs_temp - defines one point in a temp vs battery internal 292 292 * resistance curve. 293 - * @temp: battery pack temperature in Celcius 293 + * @temp: battery pack temperature in Celsius 294 294 * @resist: battery internal reistance in mOhm 295 295 */ 296 296 struct batres_vs_temp {