Skip to content

Commit e97d05b

Browse files
Jookiarafaeljw
authored andcommitted
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 <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent ed30a4a commit e97d05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/firmware-guide/acpi/namespace.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ACPI Device Tree - Representation of ACPI Namespace
1515
Abstract
1616
========
1717
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
1919
receiving ACPI hotplug notification events. For each device object
2020
in this hierarchy there is a corresponding symbolic link in the
2121
/sys/bus/acpi/devices.
@@ -326,7 +326,7 @@ example ACPI namespace illustrated in Figure 2 with the addition of
326326
fixed PWR_BUTTON/SLP_BUTTON devices is shown below::
327327

328328
+--------------+---+-----------------+
329-
| LNXSYSTEM:00 | \ | acpi:LNXSYSTEM: |
329+
| LNXSYSTM:00 | \ | acpi:LNXSYSTM: |
330330
+--------------+---+-----------------+
331331
|
332332
| +-------------+-----+----------------+

0 commit comments

Comments
 (0)