aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2012-10-10 09:25:56 -0400
committerJean Delvare <khali@endymion.delvare>2012-10-10 09:25:56 -0400
commit4d7e47bc83438e366195512fde34015b30ec5921 (patch)
tree5e80ca9eae9e62fd787438ff4a89778d2b2224ae
parent9292f05556becd639a91ae62f2041bf570a8bc2d (diff)
hwmon: Fix spelling of Celsius
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>
-rw-r--r--Documentation/hwmon/da90522
-rw-r--r--Documentation/hwmon/twl4030-madc-hwmon2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/hwmon/da9052 b/Documentation/hwmon/da9052
index ef898553638e..5bc51346b689 100644
--- a/Documentation/hwmon/da9052
+++ b/Documentation/hwmon/da9052
@@ -56,6 +56,6 @@ The junction temperature is calculated:
56The junction temperature attribute is supported by the driver. 56The junction temperature attribute is supported by the driver.
57 57
58The battery temperature is calculated: 58The battery temperature is calculated:
59 Degree Celcius = 1 / (t1 + 1/298)- 273 59 Degree Celsius = 1 / (t1 + 1/298)- 273
60where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255)) 60where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255))
61Default values of R25, B, ITBAT are 10e3, 3380 and 50e-6 respectively. 61Default values of R25, B, ITBAT are 10e3, 3380 and 50e-6 respectively.
diff --git a/Documentation/hwmon/twl4030-madc-hwmon b/Documentation/hwmon/twl4030-madc-hwmon
index ef7984317cec..c3a3a5be10ad 100644
--- a/Documentation/hwmon/twl4030-madc-hwmon
+++ b/Documentation/hwmon/twl4030-madc-hwmon
@@ -41,5 +41,5 @@ Channel Signal
41 41
42The Sysfs nodes will represent the voltage in the units of mV, 42The Sysfs nodes will represent the voltage in the units of mV,
43the temperature channel shows the converted temperature in 43the temperature channel shows the converted temperature in
44degree celcius. The Battery charging current channel represents 44degree Celsius. The Battery charging current channel represents
45battery charging current in mA. 45battery charging current in mA.