ACPICA: Tree-wide: fix various typos and spelling mistakes
authorColin Ian King <colin.king@canonical.com>
Thu, 8 Oct 2020 02:53:57 +0000 (19:53 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 8 Oct 2020 16:03:55 +0000 (18:03 +0200)
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>
drivers/acpi/acpica/dbinput.c
drivers/acpi/acpica/nsxfobj.c
include/acpi/acconfig.h
tools/power/acpi/os_specific/service_layers/oslinuxtbl.c

index ee6a1b7..568d1b0 100644 (file)
@@ -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);
        }
index c022bef..3242694 100644 (file)
@@ -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)
index 5940a3c..a225eff 100644 (file)
  *
  *****************************************************************************/
 
-/* 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
index dd38c2b..11c5046 100644 (file)
@@ -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.
  *
  *****************************************************************************/