File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ acpi_ut_get_element_length(u8 object_type,
44
44
*
45
45
* NOTE: We always allocate the worst-case object descriptor because
46
46
* 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
48
48
* the most memory efficient, but the efficiency of the object
49
49
* cache should more than make up for this!
50
50
*
Original file line number Diff line number Diff line change @@ -862,7 +862,7 @@ enum acpi_erst_instructions {
862
862
/* Command status return values */
863
863
864
864
enum acpi_erst_command_status {
865
- ACPI_ERST_SUCESS = 0 ,
865
+ ACPI_ERST_SUCCESS = 0 ,
866
866
ACPI_ERST_NO_SPACE = 1 ,
867
867
ACPI_ERST_NOT_AVAILABLE = 2 ,
868
868
ACPI_ERST_FAILURE = 3 ,
You can’t perform that action at this time.
0 commit comments