]> Git Repo - linux.git/commitdiff
power_supply: Fix documentation for TEMP_*ALERT* properties
authorAnton Vorontsov <[email protected]>
Mon, 28 Oct 2013 05:20:59 +0000 (22:20 -0700)
committerAnton Vorontsov <[email protected]>
Tue, 29 Oct 2013 03:51:28 +0000 (20:51 -0700)
All temperatures should be in tenth degrees Celsius.

Reported-by: Jonghwa Lee <[email protected]>
Cc: Mark A. Greer <[email protected]>
Signed-off-by: Anton Vorontsov <[email protected]>
Documentation/power/power_supply_class.txt

index 3f10b39b034639cd558e080d289ed361c7ea63f7..89a8816990ffbdc1b5be616427f8977f802db38a 100644 (file)
@@ -135,11 +135,11 @@ CAPACITY_LEVEL - capacity level. This corresponds to
 POWER_SUPPLY_CAPACITY_LEVEL_*.
 
 TEMP - temperature of the power supply.
-TEMP_ALERT_MIN - minimum battery temperature alert value in milli centigrade.
-TEMP_ALERT_MAX - maximum battery temperature alert value in milli centigrade.
+TEMP_ALERT_MIN - minimum battery temperature alert.
+TEMP_ALERT_MAX - maximum battery temperature alert.
 TEMP_AMBIENT - ambient temperature.
-TEMP_AMBIENT_ALERT_MIN - minimum ambient temperature alert value in milli centigrade.
-TEMP_AMBIENT_ALERT_MAX - maximum ambient temperature alert value in milli centigrade.
+TEMP_AMBIENT_ALERT_MIN - minimum ambient temperature alert.
+TEMP_AMBIENT_ALERT_MAX - maximum ambient temperature alert.
 
 TIME_TO_EMPTY - seconds left for battery to be considered empty (i.e.
 while battery powers a load)
This page took 0.056436 seconds and 4 git commands to generate.