diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2023-02-13 13:07:59 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-02-13 18:30:43 +0300 |
commit | e63273c1bc637fad711488afe9c2f1ab58a7ae86 (patch) | |
tree | 9339d0098e5fe1b0e3a77a691d006ab11bbfbfdd /Documentation/admin-guide/thermal | |
parent | ebf519710218814cf827adbf9111af081344c969 (diff) | |
download | linux-e63273c1bc637fad711488afe9c2f1ab58a7ae86.tar.xz |
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>
Diffstat (limited to 'Documentation/admin-guide/thermal')
-rw-r--r-- | Documentation/admin-guide/thermal/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/admin-guide/thermal/index.rst b/Documentation/admin-guide/thermal/index.rst new file mode 100644 index 000000000000..193b7b01a87d --- /dev/null +++ b/Documentation/admin-guide/thermal/index.rst @@ -0,0 +1,8 @@ +================= +Thermal Subsystem +================= + +.. toctree:: + :maxdepth: 1 + + intel_powerclamp |