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

thermal: Fix couple of spellos in the file sun8i_thermal.c

s/calibartion/calibration/
s/undocummented/undocumented/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210305014348.17412-1-unixbhaskar@gmail.com

authored by

Bhaskar Chowdhury and committed by
Daniel Lezcano
76d63295 66068001

+2 -2
+2 -2
drivers/thermal/sun8i_thermal.c
··· 300 300 * or 0x8xx, so they won't be away from the default value 301 301 * for a lot. 302 302 * 303 - * So here we do not return error if the calibartion data is 303 + * So here we do not return error if the calibration data is 304 304 * not available, except the probe needs deferring. 305 305 */ 306 306 goto out; ··· 418 418 } 419 419 420 420 /* 421 - * Without this undocummented value, the returned temperatures would 421 + * Without this undocumented value, the returned temperatures would 422 422 * be higher than real ones by about 20C. 423 423 */ 424 424 #define SUN50I_H6_CTRL0_UNK 0x0000002f