[PATCH] Documentation: firmware-guide: ACPI: Fix namespace typo

John Watts posted 1 patch 3 weeks ago
Documentation/firmware-guide/acpi/namespace.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] Documentation: firmware-guide: ACPI: Fix namespace typo
Posted by John Watts 3 weeks ago
The ACPI namespace has always started with LNXSYSTM, not LNXSYSTEM.
Fix the documentation accordingly.

Signed-off-by: John Watts <contact@jookia.org>
---
This isn't a major issue, it just is incorrect and requires people
following the documentation to look for a similar directory.
---
 Documentation/firmware-guide/acpi/namespace.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/firmware-guide/acpi/namespace.rst b/Documentation/firmware-guide/acpi/namespace.rst
index 4ef963679a3d..5021843b526b 100644
--- a/Documentation/firmware-guide/acpi/namespace.rst
+++ b/Documentation/firmware-guide/acpi/namespace.rst
@@ -15,7 +15,7 @@ ACPI Device Tree - Representation of ACPI Namespace
 Abstract
 ========
 The Linux ACPI subsystem converts ACPI namespace objects into a Linux
-device tree under the /sys/devices/LNXSYSTEM:00 and updates it upon
+device tree under the /sys/devices/LNXSYSTM:00 and updates it upon
 receiving ACPI hotplug notification events.  For each device object
 in this hierarchy there is a corresponding symbolic link in the
 /sys/bus/acpi/devices.
@@ -326,7 +326,7 @@ example ACPI namespace illustrated in Figure 2 with the addition of
 fixed PWR_BUTTON/SLP_BUTTON devices is shown below::
 
    +--------------+---+-----------------+
-   | LNXSYSTEM:00 | \ | acpi:LNXSYSTEM: |
+   | LNXSYSTM:00  | \ | acpi:LNXSYSTM:  |
    +--------------+---+-----------------+
      |
      | +-------------+-----+----------------+

---
base-commit: a59668a9397e7245b26e9be85d23f242ff757ae8
change-id: 20240424-acpidocfix-47ccbdd90d6a

Best regards,
-- 
John Watts <contact@jookia.org>
Re: [PATCH] Documentation: firmware-guide: ACPI: Fix namespace typo
Posted by Rafael J. Wysocki 2 weeks, 4 days ago
On Wed, Apr 24, 2024 at 12:17 AM John Watts <contact@jookia.org> wrote:
>
> The ACPI namespace has always started with LNXSYSTM, not LNXSYSTEM.
> Fix the documentation accordingly.
>
> Signed-off-by: John Watts <contact@jookia.org>
> ---
> This isn't a major issue, it just is incorrect and requires people
> following the documentation to look for a similar directory.
> ---
>  Documentation/firmware-guide/acpi/namespace.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/firmware-guide/acpi/namespace.rst b/Documentation/firmware-guide/acpi/namespace.rst
> index 4ef963679a3d..5021843b526b 100644
> --- a/Documentation/firmware-guide/acpi/namespace.rst
> +++ b/Documentation/firmware-guide/acpi/namespace.rst
> @@ -15,7 +15,7 @@ ACPI Device Tree - Representation of ACPI Namespace
>  Abstract
>  ========
>  The Linux ACPI subsystem converts ACPI namespace objects into a Linux
> -device tree under the /sys/devices/LNXSYSTEM:00 and updates it upon
> +device tree under the /sys/devices/LNXSYSTM:00 and updates it upon
>  receiving ACPI hotplug notification events.  For each device object
>  in this hierarchy there is a corresponding symbolic link in the
>  /sys/bus/acpi/devices.
> @@ -326,7 +326,7 @@ example ACPI namespace illustrated in Figure 2 with the addition of
>  fixed PWR_BUTTON/SLP_BUTTON devices is shown below::
>
>     +--------------+---+-----------------+
> -   | LNXSYSTEM:00 | \ | acpi:LNXSYSTEM: |
> +   | LNXSYSTM:00  | \ | acpi:LNXSYSTM:  |
>     +--------------+---+-----------------+
>       |
>       | +-------------+-----+----------------+
>
> ---

Applied as 6.10 material, thanks!