summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/thermal
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2020-11-10 16:13:37 +0530
committerDaniel Lezcano <daniel.lezcano@linaro.org>2020-11-12 12:35:02 +0100
commitce7c01557465e920f5bccc5878b8dec165eeb80b (patch)
tree2317279c33685f0f2a2b856c8daf5ad43ae2bf77 /Documentation/driver-api/thermal
parent7cfa9770f485c03c877db4a66bbfda96df367b98 (diff)
downloadlinux-ce7c01557465e920f5bccc5878b8dec165eeb80b.tar.gz
linux-ce7c01557465e920f5bccc5878b8dec165eeb80b.tar.bz2
linux-ce7c01557465e920f5bccc5878b8dec165eeb80b.zip
docs: thermal: time_in_state is displayed in msec and not usertime
The sysfs stats for cooling devices shows the time_in_state in msec, remove the unwanted usertime comment. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/d5461bdf9ab6b6fee7f28f538582edbb426aa077.1605004905.git.viresh.kumar@linaro.org
Diffstat (limited to 'Documentation/driver-api/thermal')
-rw-r--r--Documentation/driver-api/thermal/sysfs-api.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/driver-api/thermal/sysfs-api.rst b/Documentation/driver-api/thermal/sysfs-api.rst
index b40b1f839148..e7520cb439ac 100644
--- a/Documentation/driver-api/thermal/sysfs-api.rst
+++ b/Documentation/driver-api/thermal/sysfs-api.rst
@@ -654,8 +654,7 @@ stats/time_in_state_ms:
The amount of time spent by the cooling device in various cooling
states. The output will have "<state> <time>" pair in each line, which
will mean this cooling device spent <time> msec of time at <state>.
- Output will have one line for each of the supported states. usertime
- units here is 10mS (similar to other time exported in /proc).
+ Output will have one line for each of the supported states.
RO, Required