Skip to content

Commit 465e490

Browse files
Colin Ian Kingrafaeljw
authored andcommitted
ACPICA: Tree-wide: fix various typos and spelling mistakes
ACPICA commit 6648a6ac8410813bcfedb5c8345259dd155ea851 Fix spelling issues found using the codespell checker Link: acpica/acpica@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>
1 parent ec36013 commit 465e490

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

drivers/acpi/acpica/dbinput.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ static void acpi_db_display_help(char *command)
436436
acpi_os_printf("\n");
437437

438438
} else {
439-
/* Display help for all commands that match the subtring */
439+
/* Display help for all commands that match the substring */
440440

441441
acpi_db_display_command_info(command, TRUE);
442442
}

drivers/acpi/acpica/nsxfobj.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ ACPI_MODULE_NAME("nsxfobj")
2424
*
2525
* RETURN: Status
2626
*
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
2829
*
2930
******************************************************************************/
3031
acpi_status acpi_get_type(acpi_handle handle, acpi_object_type *ret_type)

include/acpi/acconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
*
122122
*****************************************************************************/
123123

124-
/* Method info (in WALK_STATE), containing local variables and argumetns */
124+
/* Method info (in WALK_STATE), containing local variables and arguments */
125125

126126
#define ACPI_METHOD_NUM_LOCALS 8
127127
#define ACPI_METHOD_MAX_LOCAL 7

tools/power/acpi/os_specific/service_layers/oslinuxtbl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ u32 gbl_table_count = 0;
110110
*
111111
* RETURN: Status; Converted from errno.
112112
*
113-
* DESCRIPTION: Get last errno and conver it to acpi_status.
113+
* DESCRIPTION: Get last errno and convert it to acpi_status.
114114
*
115115
*****************************************************************************/
116116

0 commit comments

Comments
 (0)