···367367 /*368368 * Treat freezing temperatures as invalid as well; some369369 * BIOSes return really low values and cause reboots at startup.370370- * Below zero (Celcius) values clearly aren't right for sure..370370+ * Below zero (Celsius) values clearly aren't right for sure..371371 * ... so lets discard those as invalid.372372 */373373 if (ACPI_FAILURE(status) ||
+1-1
drivers/input/touchscreen/ads7846.c
···295295static DEVICE_ATTR(name, S_IRUGO, name ## _show, NULL);296296297297298298-/* Sysfs conventions report temperatures in millidegrees Celcius.298298+/* Sysfs conventions report temperatures in millidegrees Celsius.299299 * ADS7846 could use the low-accuracy two-sample scheme, but can't do the high300300 * accuracy scheme without calibration data. For now we won't try either;301301 * userspace sees raw sensor values, and must scale/calibrate appropriately.
+1-1
drivers/power/bq27x00_battery.c
···8383}84848585/*8686- * Return the battery temperature in Celcius degrees8686+ * Return the battery temperature in Celsius degrees8787 * Or < 0 if something fails.8888 */8989static int bq27x00_battery_temperature(struct bq27x00_device_info *di)