Skip to content

Commit 8d936bb

Browse files
flavio-suligoirafaeljw
authored andcommitted
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>
1 parent 8b31e97 commit 8d936bb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Documentation/firmware-guide/acpi/acpi-lid.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ report the "current" state of the lid as either "opened" or "closed".
1919

2020
For most platforms, both the _LID method and the lid notifications are
2121
reliable. However, there are exceptions. In order to work with these
22-
exceptional buggy platforms, special restrictions and expections should be
22+
exceptional buggy platforms, special restrictions and exceptions should be
2323
taken into account. This document describes the restrictions and the
24-
expections of the Linux ACPI lid device driver.
24+
exceptions of the Linux ACPI lid device driver.
2525

2626

2727
Restrictions of the returning value of the _LID control method
@@ -46,7 +46,7 @@ state is changed to "closed". The "closed" notification is normally used to
4646
trigger some system power saving operations on Windows. Since it is fully
4747
tested, it is reliable from all AML tables.
4848

49-
Expections for the userspace users of the ACPI lid device driver
49+
Exceptions for the userspace users of the ACPI lid device driver
5050
================================================================
5151

5252
The ACPI button driver exports the lid state to the userspace via the
@@ -100,7 +100,7 @@ use the following kernel parameter:
100100
C. button.lid_init_state=ignore:
101101
When this option is specified, the ACPI button driver never reports the
102102
initial lid state and there is a compensation mechanism implemented to
103-
ensure that the reliable "closed" notifications can always be delievered
103+
ensure that the reliable "closed" notifications can always be delivered
104104
to the userspace by always pairing "closed" input events with complement
105105
"opened" input events. But there is still no guarantee that the "opened"
106106
notifications can be delivered to the userspace when the lid is actually

Documentation/firmware-guide/acpi/method-tracing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ subject to change::
9898
[ 0.188903] exdebug-0398 ex_trace_point : Method End [0xf58394d8:\_SB.PCI0.LPCB.ECOK] execution.
9999

100100
Developers can utilize these special log entries to track the AML
101-
interpretion, thus can aid issue debugging and performance tuning. Note
101+
interpretation, thus can aid issue debugging and performance tuning. Note
102102
that, as the "AML tracer" logs are implemented via ACPI_DEBUG_PRINT()
103103
macro, CONFIG_ACPI_DEBUG is also required to be enabled for enabling
104104
"AML tracer" logs.

0 commit comments

Comments
 (0)