Skip to content

Commit fef1f0b

Browse files
bagasmerafaeljw
authored andcommitted
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: d6d71ee ("PM: Introduce Intel PowerClamp Driver") Fixes: 6bbe6f5 ("docs: thermal: convert to ReST") Signed-off-by: Bagas Sanjaya <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent e8b703e commit fef1f0b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Documentation/admin-guide/thermal/intel_powerclamp.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,15 @@ b) determine the amount of compensation needed at each target ratio
155155
Compensation to each target ratio consists of two parts:
156156

157157
a) steady state error compensation
158-
This is to offset the error occurring when the system can
159-
enter idle without extra wakeups (such as external interrupts).
158+
159+
This is to offset the error occurring when the system can
160+
enter idle without extra wakeups (such as external interrupts).
160161

161162
b) dynamic error compensation
162-
When an excessive amount of wakeups occurs during idle, an
163-
additional idle ratio can be added to quiet interrupts, by
164-
slowing down CPU activities.
163+
164+
When an excessive amount of wakeups occurs during idle, an
165+
additional idle ratio can be added to quiet interrupts, by
166+
slowing down CPU activities.
165167

166168
A debugfs file is provided for the user to examine compensation
167169
progress and results, such as on a Westmere system::
@@ -283,6 +285,7 @@ cur_state returns value -1 instead of 0 which is to avoid confusing
283285
100% busy state with the disabled state.
284286

285287
Example usage:
288+
286289
- To inject 25% idle time::
287290

288291
$ sudo sh -c "echo 25 > /sys/class/thermal/cooling_device80/cur_state

0 commit comments

Comments
 (0)