Documentation: powerclamp: Fix numbered lists formatting

Texts in numbered lists are rendered as continous paragraph when there
should have been breaks between first line text in the beginning of list
item and the description. Fix this by adding appropriate line breaks and
indent the rest of lines to match the first line of numbered list item.

Fixes: d6d71ee4a1 ("PM: Introduce Intel PowerClamp Driver")
Fixes: 6bbe6f5732 ("docs: thermal: convert to ReST")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Bagas Sanjaya 2023-02-13 17:08:01 +07:00 committed by Rafael J. Wysocki
parent e8b703ed75
commit fef1f0be10

View File

@ -155,10 +155,12 @@ b) determine the amount of compensation needed at each target ratio
Compensation to each target ratio consists of two parts: Compensation to each target ratio consists of two parts:
a) steady state error compensation a) steady state error compensation
This is to offset the error occurring when the system can This is to offset the error occurring when the system can
enter idle without extra wakeups (such as external interrupts). enter idle without extra wakeups (such as external interrupts).
b) dynamic error compensation b) dynamic error compensation
When an excessive amount of wakeups occurs during idle, an When an excessive amount of wakeups occurs during idle, an
additional idle ratio can be added to quiet interrupts, by additional idle ratio can be added to quiet interrupts, by
slowing down CPU activities. slowing down CPU activities.
@ -283,6 +285,7 @@ cur_state returns value -1 instead of 0 which is to avoid confusing
100% busy state with the disabled state. 100% busy state with the disabled state.
Example usage: Example usage:
- To inject 25% idle time:: - To inject 25% idle time::
$ sudo sh -c "echo 25 > /sys/class/thermal/cooling_device80/cur_state $ sudo sh -c "echo 25 > /sys/class/thermal/cooling_device80/cur_state