summaryrefslogtreecommitdiffstats
path: root/Documentation/firmware-guide/acpi/method-tracing.rst
diff options
context:
space:
mode:
authorFlavio Suligoi <f.suligoi@asem.it>2020-11-10 14:03:38 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-11-10 18:48:56 +0100
commit8d936bb13ce788c616084ab1a5754da3490a9f0c (patch)
tree7e730084a9b5206ae46a70e725cf72f052c3f476 /Documentation/firmware-guide/acpi/method-tracing.rst
parentDocumentation: firmware-guide: gpio-properties: Clarify initial output state (diff)
downloadlinux-8d936bb13ce788c616084ab1a5754da3490a9f0c.tar.xz
linux-8d936bb13ce788c616084ab1a5754da3490a9f0c.zip
Documentation: ACPI: fix spelling mistakes
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/firmware-guide/acpi/method-tracing.rst')
-rw-r--r--Documentation/firmware-guide/acpi/method-tracing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/firmware-guide/acpi/method-tracing.rst b/Documentation/firmware-guide/acpi/method-tracing.rst
index 0aa7e2c5d32a..6ab6c0964042 100644
--- a/Documentation/firmware-guide/acpi/method-tracing.rst
+++ b/Documentation/firmware-guide/acpi/method-tracing.rst
@@ -98,7 +98,7 @@ subject to change::
[ 0.188903] exdebug-0398 ex_trace_point : Method End [0xf58394d8:\_SB.PCI0.LPCB.ECOK] execution.
Developers can utilize these special log entries to track the AML
-interpretion, thus can aid issue debugging and performance tuning. Note
+interpretation, thus can aid issue debugging and performance tuning. Note
that, as the "AML tracer" logs are implemented via ACPI_DEBUG_PRINT()
macro, CONFIG_ACPI_DEBUG is also required to be enabled for enabling
"AML tracer" logs.