mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
Documentation: admin-guide: Add toctree entry for thermal docs
Bugzilla: https://bugzilla.redhat.com/2180653 commit e63273c1bc637fad711488afe9c2f1ab58a7ae86 Author: Bagas Sanjaya <bagasdotme@gmail.com> Date: Mon Feb 13 17:07:59 2023 +0700 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/202302121759.MmJgDTxc-lkp@intel.com/ Fixes: 707bf8e1dfd51d ("Documentation: admin-guide: Move intel_powerclamp documentation") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: David Arcari <darcari@redhat.com>
This commit is contained in:
@@ -114,7 +114,7 @@ configure specific aspects of kernel behavior to your liking.
|
||||
svga
|
||||
syscall-user-dispatch
|
||||
sysrq
|
||||
thermal
|
||||
thermal/index
|
||||
thunderbolt
|
||||
ufs
|
||||
unicode
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
=================
|
||||
Thermal Subsystem
|
||||
=================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
intel_powerclamp
|
||||
Reference in New Issue
Block a user