Message ID | 20221011122600.620690-1-bagasdotme@gmail.com |
---|---|
State | Accepted |
Commit | 83439a0f1ce6a592f95e41338320b5f01b98a356 |
Headers | show |
Series | Documentation: ACPI: Prune DSDT override documentation from index | expand |
On Tue, Oct 11, 2022 at 2:26 PM Bagas Sanjaya <bagasdotme@gmail.com> wrote: > > 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> > --- > Documentation/admin-guide/acpi/index.rst | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/admin-guide/acpi/index.rst b/Documentation/admin-guide/acpi/index.rst > index 71277689ad97f4..b078fdb8f4c934 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 > > base-commit: 27bc50fc90647bbf7b734c3fc306a5e61350da53 > -- Applied as 6.1-rc material, thanks!
diff --git a/Documentation/admin-guide/acpi/index.rst b/Documentation/admin-guide/acpi/index.rst index 71277689ad97f4..b078fdb8f4c934 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
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> --- Documentation/admin-guide/acpi/index.rst | 1 - 1 file changed, 1 deletion(-) base-commit: 27bc50fc90647bbf7b734c3fc306a5e61350da53