Skip to content

Commit

Permalink
hwmon: Fix spelling of Celsius
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <[email protected]>
Signed-off-by: Jean Delvare <[email protected]>
  • Loading branch information
pmeerw authored and Jean Delvare committed Oct 10, 2012
1 parent 9292f05 commit 4d7e47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/hwmon/da9052
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion Documentation/hwmon/twl4030-madc-hwmon
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Channel Signal

The Sysfs nodes will represent the voltage in the units of mV,
the temperature channel shows the converted temperature in
degree celcius. The Battery charging current channel represents
degree Celsius. The Battery charging current channel represents
battery charging current in mA.

0 comments on commit 4d7e47b

Please sign in to comment.