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

ACPICA: Tree-wide: fix various typos and spelling mistakes

ACPICA commit 6648a6ac8410813bcfedb5c8345259dd155ea851

Fix spelling issues found using the codespell checker

Link: https://github.com/acpica/acpica/commit/6648a6ac
Signed-off-by: Colin Ian King <colin.king@canonical.com>
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

Colin Ian King and committed by
Rafael J. Wysocki
465e490d ec360131

+5 -4
+1 -1
drivers/acpi/acpica/dbinput.c
··· 436 436 acpi_os_printf("\n"); 437 437 438 438 } else { 439 - /* Display help for all commands that match the subtring */ 439 + /* Display help for all commands that match the substring */ 440 440 441 441 acpi_db_display_command_info(command, TRUE); 442 442 }
+2 -1
drivers/acpi/acpica/nsxfobj.c
··· 24 24 * 25 25 * RETURN: Status 26 26 * 27 - * DESCRIPTION: This routine returns the type associatd with a particular handle 27 + * DESCRIPTION: This routine returns the type associated with a particular 28 + * handle 28 29 * 29 30 ******************************************************************************/ 30 31 acpi_status acpi_get_type(acpi_handle handle, acpi_object_type *ret_type)
+1 -1
include/acpi/acconfig.h
··· 121 121 * 122 122 *****************************************************************************/ 123 123 124 - /* Method info (in WALK_STATE), containing local variables and argumetns */ 124 + /* Method info (in WALK_STATE), containing local variables and arguments */ 125 125 126 126 #define ACPI_METHOD_NUM_LOCALS 8 127 127 #define ACPI_METHOD_MAX_LOCAL 7
+1 -1
tools/power/acpi/os_specific/service_layers/oslinuxtbl.c
··· 110 110 * 111 111 * RETURN: Status; Converted from errno. 112 112 * 113 - * DESCRIPTION: Get last errno and conver it to acpi_status. 113 + * DESCRIPTION: Get last errno and convert it to acpi_status. 114 114 * 115 115 *****************************************************************************/ 116 116