diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2022-10-11 19:26:01 +0700 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-10-13 20:33:12 +0200 |
commit | 83439a0f1ce6a592f95e41338320b5f01b98a356 (patch) | |
tree | 65b02472bfb99bc70e0af7aa02cc61e84dc4de39 /Documentation | |
parent | 3a1e24fa70a06ab6b087361ffe90d4cb5e1d059d (diff) | |
download | linux-83439a0f1ce6a592f95e41338320b5f01b98a356.tar.bz2 |
Documentation: ACPI: Prune DSDT override documentation from index
Commit d206cef03c4827 ("ACPI: docs: Drop useless DSDT override documentation")
removes useless DSDT override documentation. However, the commit forgets
to prune the documentation entry from table of contents of ACPI admin
guide documentation, hence triggers Sphinx warning:
Documentation/admin-guide/acpi/index.rst:8: WARNING: toctree contains reference to nonexisting document 'admin-guide/acpi/dsdt-override'
Prune the entry to fix the warning.
Fixes: d206cef03c4827 ("ACPI: docs: Drop useless DSDT override documentation")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/acpi/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/admin-guide/acpi/index.rst b/Documentation/admin-guide/acpi/index.rst index 71277689ad97..b078fdb8f4c9 100644 --- a/Documentation/admin-guide/acpi/index.rst +++ b/Documentation/admin-guide/acpi/index.rst @@ -9,7 +9,6 @@ the Linux ACPI support. :maxdepth: 1 initrd_table_override - dsdt-override ssdt-overlays cppc_sysfs fan_performance_states |