mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
ec360131ec
commit
465e490d29
@ -436,7 +436,7 @@ static void acpi_db_display_help(char *command)
|
||||
acpi_os_printf("\n");
|
||||
|
||||
} else {
|
||||
/* Display help for all commands that match the subtring */
|
||||
/* Display help for all commands that match the substring */
|
||||
|
||||
acpi_db_display_command_info(command, TRUE);
|
||||
}
|
||||
|
@ -24,7 +24,8 @@ ACPI_MODULE_NAME("nsxfobj")
|
||||
*
|
||||
* RETURN: Status
|
||||
*
|
||||
* DESCRIPTION: This routine returns the type associatd with a particular handle
|
||||
* DESCRIPTION: This routine returns the type associated with a particular
|
||||
* handle
|
||||
*
|
||||
******************************************************************************/
|
||||
acpi_status acpi_get_type(acpi_handle handle, acpi_object_type *ret_type)
|
||||
|
@ -121,7 +121,7 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
/* Method info (in WALK_STATE), containing local variables and argumetns */
|
||||
/* Method info (in WALK_STATE), containing local variables and arguments */
|
||||
|
||||
#define ACPI_METHOD_NUM_LOCALS 8
|
||||
#define ACPI_METHOD_MAX_LOCAL 7
|
||||
|
@ -110,7 +110,7 @@ u32 gbl_table_count = 0;
|
||||
*
|
||||
* RETURN: Status; Converted from errno.
|
||||
*
|
||||
* DESCRIPTION: Get last errno and conver it to acpi_status.
|
||||
* DESCRIPTION: Get last errno and convert it to acpi_status.
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user