Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPICA: Fix a couple of typos

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>

authored by

Bob Moore and committed by
Rafael J. Wysocki
54a2a15a a34991fd

+2 -2
+1 -1
drivers/acpi/acpica/utobject.c
··· 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 *
+1 -1
include/acpi/actbl1.h
··· 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,