linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: ACPI: Prune DSDT override documentation from index
@ 2022-10-11 12:26 Bagas Sanjaya
  2022-10-13 18:36 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Bagas Sanjaya @ 2022-10-11 12:26 UTC (permalink / raw)
  To: linux-doc, linux-acpi, linux-kernel
  Cc: Jonathan Corbet, Rafael J. Wysocki, Bagas Sanjaya

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
-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: ACPI: Prune DSDT override documentation from index
  2022-10-11 12:26 [PATCH] Documentation: ACPI: Prune DSDT override documentation from index Bagas Sanjaya
@ 2022-10-13 18:36 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2022-10-13 18:36 UTC (permalink / raw)
  To: Bagas Sanjaya
  Cc: linux-doc, linux-acpi, linux-kernel, Jonathan Corbet, Rafael J. Wysocki

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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-13 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 12:26 [PATCH] Documentation: ACPI: Prune DSDT override documentation from index Bagas Sanjaya
2022-10-13 18:36 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).