Skip to content

Commit fe27f13

Browse files
rddunlapdlezcano
authored andcommitted
Documentation: cpu-idle-cooling: fix a SEVERE docs build failure
Sphinx ('make htmldocs') stops with a SEVERE error: Sphinx parallel build error: SystemMessage: /home/rdunlap/lnx/next/linux-next-20200120/Documentation/driver-api/thermal/cpu-idle-cooling.rst:69: (SEVERE/4) Unexpected section title. ^ | so fix the .rst file so that the SEVERE build error does not happen. Also fix another minor formatting warning (unexpected unindent). Signed-off-by: Randy Dunlap <[email protected]> Cc: Zhang Rui <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: Amit Kucheria <[email protected]> Cc: [email protected] Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2f23e31 commit fe27f13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/driver-api/thermal/cpu-idle-cooling.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ We use a fixed duration of idle injection that gives an acceptable
6565
performance penalty and a fixed latency. Mitigation can be increased
6666
or decreased by modulating the duty cycle of the idle injection.
6767

68+
::
69+
6870
^
6971
|
7072
|
@@ -91,6 +93,8 @@ computed.
9193
The governor will change the cooling device state thus the duty cycle
9294
and this variation will modulate the cooling effect.
9395

96+
::
97+
9498
^
9599
|
96100
|
@@ -154,6 +158,7 @@ equation:
154158

155159
P(opp)target = ((Trunning x (P(opp)running) + (Tidle x P(opp)idle)) /
156160
(Trunning + Tidle)
161+
157162
...
158163

159164
Tidle = Trunning x ((P(opp)running / P(opp)target) - 1)

0 commit comments

Comments
 (0)