Skip to content

Commit 54a2a15

Browse files
acpibobrafaeljw
authored andcommitted
ACPICA: Fix a couple of typos
Squashed ACPICA commit e93a53d4d312a83a3ec72aa9cfb12d781b4fefca and df52c574572344cd9095b66a0f580d51249deb2a Submitted by: [email protected] Link: acpica/acpica@e93a53d4 Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Erik Kaneda <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent a34991f commit 54a2a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/acpi/acpica/utobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ acpi_ut_get_element_length(u8 object_type,
4444
*
4545
* NOTE: We always allocate the worst-case object descriptor because
4646
* these objects are cached, and we want them to be
47-
* one-size-satisifies-any-request. This in itself may not be
47+
* one-size-satisfies-any-request. This in itself may not be
4848
* the most memory efficient, but the efficiency of the object
4949
* cache should more than make up for this!
5050
*

include/acpi/actbl1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ enum acpi_erst_instructions {
862862
/* Command status return values */
863863

864864
enum acpi_erst_command_status {
865-
ACPI_ERST_SUCESS = 0,
865+
ACPI_ERST_SUCCESS = 0,
866866
ACPI_ERST_NO_SPACE = 1,
867867
ACPI_ERST_NOT_AVAILABLE = 2,
868868
ACPI_ERST_FAILURE = 3,

0 commit comments

Comments
 (0)