Commit ce7c0155 authored by Viresh Kumar's avatar Viresh Kumar Committed by Daniel Lezcano

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: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/d5461bdf9ab6b6fee7f28f538582edbb426aa077.1605004905.git.viresh.kumar@linaro.org
parent 7cfa9770
...@@ -654,8 +654,7 @@ stats/time_in_state_ms: ...@@ -654,8 +654,7 @@ stats/time_in_state_ms:
The amount of time spent by the cooling device in various cooling The amount of time spent by the cooling device in various cooling
states. The output will have "<state> <time>" pair in each line, which states. The output will have "<state> <time>" pair in each line, which
will mean this cooling device spent <time> msec of time at <state>. will mean this cooling device spent <time> msec of time at <state>.
Output will have one line for each of the supported states. usertime Output will have one line for each of the supported states.
units here is 10mS (similar to other time exported in /proc).
RO, Required RO, Required
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment