diff mbox series

doc: acpi: fix path for acpidbg tool

Message ID 1551437591-11022-1-git-send-email-f.suligoi@asem.it (mailing list archive)
State Accepted, archived
Delegated to: Rafael Wysocki
Headers show
Series doc: acpi: fix path for acpidbg tool | expand

Commit Message

Flavio Suligoi March 1, 2019, 10:53 a.m. UTC
The file:

Documentation/acpi/aml-debugger.txt

reports an obsolete path for the acpidbg tool.

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 Documentation/acpi/aml-debugger.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Rafael J. Wysocki March 11, 2019, 11:58 a.m. UTC | #1
On Friday, March 1, 2019 11:53:11 AM CET Flavio Suligoi wrote:
> The file:
> 
> Documentation/acpi/aml-debugger.txt
> 
> reports an obsolete path for the acpidbg tool.
> 
> Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
> ---
>  Documentation/acpi/aml-debugger.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/acpi/aml-debugger.txt b/Documentation/acpi/aml-debugger.txt
> index e851cc5..75ebeb6 100644
> --- a/Documentation/acpi/aml-debugger.txt
> +++ b/Documentation/acpi/aml-debugger.txt
> @@ -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.
> 

Applied, thanks!
diff mbox series

Patch

diff --git a/Documentation/acpi/aml-debugger.txt b/Documentation/acpi/aml-debugger.txt
index e851cc5..75ebeb6 100644
--- a/Documentation/acpi/aml-debugger.txt
+++ b/Documentation/acpi/aml-debugger.txt
@@ -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.