diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2012-10-10 15:25:56 +0200 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-10-10 15:25:56 +0200 |
commit | 4d7e47bc83438e366195512fde34015b30ec5921 (patch) | |
tree | 5e80ca9eae9e62fd787438ff4a89778d2b2224ae /Documentation/hwmon/da9052 | |
parent | 9292f05556becd639a91ae62f2041bf570a8bc2d (diff) | |
download | linux-4d7e47bc83438e366195512fde34015b30ec5921.tar.bz2 |
hwmon: Fix spelling of Celsius
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation/hwmon/da9052')
-rw-r--r-- | Documentation/hwmon/da9052 | 2 |
1 files changed, 1 insertions, 1 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: The junction temperature attribute is supported by the driver. The battery temperature is calculated: - Degree Celcius = 1 / (t1 + 1/298)- 273 + Degree Celsius = 1 / (t1 + 1/298)- 273 where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255)) Default values of R25, B, ITBAT are 10e3, 3380 and 50e-6 respectively. |