]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: ACPI: Prune DSDT override documentation from index
authorBagas Sanjaya <bagasdotme@gmail.com>
Tue, 11 Oct 2022 12:26:01 +0000 (19:26 +0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 13 Oct 2022 18:33:12 +0000 (20:33 +0200)
commit95ef8c7a7c2e9e6aaa5e1f61cbf76855159bc773
tree65b02472bfb99bc70e0af7aa02cc61e84dc4de39
parent801fdc4b9154b2d82367cf0f5103abd99e347c43
Documentation: ACPI: Prune DSDT override documentation from index

Commit c731295ec01ba2 ("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: c731295ec01ba2 ("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>
Documentation/admin-guide/acpi/index.rst