Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: firmware-guide: ACPI: Fix namespace typo

The ACPI namespace has always started with LNXSYSTM, not LNXSYSTEM.
Fix the documentation accordingly.

Signed-off-by: John Watts <contact@jookia.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

John Watts and committed by
Rafael J. Wysocki
e97d05b5 ed30a4a5

+2 -2
+2 -2
Documentation/firmware-guide/acpi/namespace.rst
··· 15 15 Abstract 16 16 ======== 17 17 The Linux ACPI subsystem converts ACPI namespace objects into a Linux 18 - device tree under the /sys/devices/LNXSYSTEM:00 and updates it upon 18 + device tree under the /sys/devices/LNXSYSTM:00 and updates it upon 19 19 receiving ACPI hotplug notification events. For each device object 20 20 in this hierarchy there is a corresponding symbolic link in the 21 21 /sys/bus/acpi/devices. ··· 326 326 fixed PWR_BUTTON/SLP_BUTTON devices is shown below:: 327 327 328 328 +--------------+---+-----------------+ 329 - | LNXSYSTEM:00 | \ | acpi:LNXSYSTEM: | 329 + | LNXSYSTM:00 | \ | acpi:LNXSYSTM: | 330 330 +--------------+---+-----------------+ 331 331 | 332 332 | +-------------+-----+----------------+