]> Git Repo - linux.git/commitdiff
ACPI: Documentation: Fix path for acpidbg tool
authorFlavio Suligoi <[email protected]>
Fri, 1 Mar 2019 10:53:11 +0000 (11:53 +0100)
committerRafael J. Wysocki <[email protected]>
Thu, 7 Mar 2019 10:28:33 +0000 (11:28 +0100)
The file:

Documentation/acpi/aml-debugger.txt

reports an obsolete path for the acpidbg tool, so fix it.

Signed-off-by: Flavio Suligoi <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Documentation/acpi/aml-debugger.txt

index e851cc5de63f29e8e8b89bc9c5f95e660f51f856..75ebeb64ab29a8806776f41901859495a1c52d64 100644 (file)
@@ -23,7 +23,7 @@ kernel.
 
    The resultant userspace tool binary is then located at:
 
-     tools/acpi/power/acpi/acpidbg/acpidbg
+     tools/power/acpi/acpidbg
 
    It can be installed to system directories by running "make install" (as a
    sufficiently privileged user).
@@ -35,7 +35,7 @@ kernel.
 
    # mount -t debugfs none /sys/kernel/debug
    # modprobe acpi_dbg
-   # tools/acpi/power/acpi/acpidbg/acpidbg
+   # tools/power/acpi/acpidbg
 
    That spawns the interactive AML debugger environment where you can execute
    debugger commands.
This page took 0.058959 seconds and 4 git commands to generate.