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

trivial: Fix misspelling of "Celsius".

A few comments say "Celcius"; this fixes them. No code changes.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Adam Buchbinder and committed by
Jiri Kosina
b731d7b6 a4e49cb6

+3 -3
+1 -1
drivers/acpi/thermal.c
··· 367 367 /* 368 368 * Treat freezing temperatures as invalid as well; some 369 369 * BIOSes return really low values and cause reboots at startup. 370 - * Below zero (Celcius) values clearly aren't right for sure.. 370 + * Below zero (Celsius) values clearly aren't right for sure.. 371 371 * ... so lets discard those as invalid. 372 372 */ 373 373 if (ACPI_FAILURE(status) ||
+1 -1
drivers/input/touchscreen/ads7846.c
··· 295 295 static DEVICE_ATTR(name, S_IRUGO, name ## _show, NULL); 296 296 297 297 298 - /* Sysfs conventions report temperatures in millidegrees Celcius. 298 + /* Sysfs conventions report temperatures in millidegrees Celsius. 299 299 * ADS7846 could use the low-accuracy two-sample scheme, but can't do the high 300 300 * accuracy scheme without calibration data. For now we won't try either; 301 301 * userspace sees raw sensor values, and must scale/calibrate appropriately.
+1 -1
drivers/power/bq27x00_battery.c
··· 83 83 } 84 84 85 85 /* 86 - * Return the battery temperature in Celcius degrees 86 + * Return the battery temperature in Celsius degrees 87 87 * Or < 0 if something fails. 88 88 */ 89 89 static int bq27x00_battery_temperature(struct bq27x00_device_info *di)