Skip to content

Commit e63273c

Browse files
bagasmerafaeljw
authored andcommitted
Documentation: admin-guide: Add toctree entry for thermal docs
kernel test robot reported htmldocs warnings: Documentation/admin-guide/index.rst:62: WARNING: toctree contains reference to nonexisting document 'admin-guide/thermal' Documentation/admin-guide/thermal/intel_powerclamp.rst: WARNING: document isn't included in any toctree Add toctree entry for thermal/ docs to fix these warnings. Link: https://lore.kernel.org/linux-doc/[email protected]/ Fixes: 707bf8e ("Documentation: admin-guide: Move intel_powerclamp documentation") Reported-by: kernel test robot <[email protected]> Signed-off-by: Bagas Sanjaya <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent ebf5197 commit e63273c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Documentation/admin-guide/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ configure specific aspects of kernel behavior to your liking.
116116
svga
117117
syscall-user-dispatch
118118
sysrq
119-
thermal
119+
thermal/index
120120
thunderbolt
121121
ufs
122122
unicode
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
=================
2+
Thermal Subsystem
3+
=================
4+
5+
.. toctree::
6+
:maxdepth: 1
7+
8+
intel_powerclamp

0 commit comments

Comments
 (0)