]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
trivial: Fix misspelling of "Celsius".
authorAdam Buchbinder <adam.buchbinder@gmail.com>
Fri, 13 Mar 2009 16:15:26 +0000 (12:15 -0400)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Mar 2009 13:22:03 +0000 (15:22 +0200)
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>
drivers/acpi/thermal.c
drivers/input/touchscreen/ads7846.c
drivers/power/bq27x00_battery.c

index 99e6f1f8ea457677e1b989c711e37e1b339e60c3..0c30ec094575b326c7ae1b961c4a963109675f1a 100644 (file)
@@ -367,7 +367,7 @@ static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag)
                /*
                 * Treat freezing temperatures as invalid as well; some
                 * BIOSes return really low values and cause reboots at startup.
-                * Below zero (Celcius) values clearly aren't right for sure..
+                * Below zero (Celsius) values clearly aren't right for sure..
                 * ... so lets discard those as invalid.
                 */
                if (ACPI_FAILURE(status) ||
index 7c27c8b9b6d0e1b8d23199f584332119b541ba06..056ac77e2cf0ed6fe5624d9f62f35bbab2d57697 100644 (file)
@@ -295,7 +295,7 @@ name ## _show(struct device *dev, struct device_attribute *attr, char *buf) \
 static DEVICE_ATTR(name, S_IRUGO, name ## _show, NULL);
 
 
-/* Sysfs conventions report temperatures in millidegrees Celcius.
+/* Sysfs conventions report temperatures in millidegrees Celsius.
  * ADS7846 could use the low-accuracy two-sample scheme, but can't do the high
  * accuracy scheme without calibration data.  For now we won't try either;
  * userspace sees raw sensor values, and must scale/calibrate appropriately.
index 0c056fcc01ce540b7e3ac3c6f27c52d6a6a9c0b6..62bb98124e26e0b273de974e9ee357ce875dcf87 100644 (file)
@@ -83,7 +83,7 @@ static int bq27x00_read(u8 reg, int *rt_value, int b_single,
 }
 
 /*
- * Return the battery temperature in Celcius degrees
+ * Return the battery temperature in Celsius degrees
  * Or < 0 if something fails.
  */
 static int bq27x00_battery_temperature(struct bq27x00_device_info *di)