ACPICA: Fix a couple of typos
authorBob Moore <robert.moore@intel.com>
Fri, 14 Feb 2020 18:48:03 +0000 (10:48 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 16 Feb 2020 09:19:53 +0000 (10:19 +0100)
Squashed ACPICA commit e93a53d4d312a83a3ec72aa9cfb12d781b4fefca
and df52c574572344cd9095b66a0f580d51249deb2a

Submitted by: ehaouas@noos.fr

Link: https://github.com/acpica/acpica/commit/e93a53d4
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/utobject.c
include/acpi/actbl1.h

index 3e60bdac2200648090a22ef023b5f4ab090ef701..bbec04c291d27ac67d7c4e9462090d746425425a 100644 (file)
@@ -44,7 +44,7 @@ acpi_ut_get_element_length(u8 object_type,
  *
  * NOTE:        We always allocate the worst-case object descriptor because
  *              these objects are cached, and we want them to be
- *              one-size-satisifies-any-request. This in itself may not be
+ *              one-size-satisfies-any-request. This in itself may not be
  *              the most memory efficient, but the efficiency of the object
  *              cache should more than make up for this!
  *
index 02d06b79e1cd2e54dacf1fa36c2ac51c909f3ac9..43549547ed3e33686e7ce8a0956dc2701dfc8e87 100644 (file)
@@ -862,7 +862,7 @@ enum acpi_erst_instructions {
 /* Command status return values */
 
 enum acpi_erst_command_status {
-       ACPI_ERST_SUCESS = 0,
+       ACPI_ERST_SUCCESS = 0,
        ACPI_ERST_NO_SPACE = 1,
        ACPI_ERST_NOT_AVAILABLE = 2,
        ACPI_ERST_FAILURE = 3,