summaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2023-11-26 20:38:33 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-04-12 16:14:33 +0300
commit86645830e665cc0cd96ffff3ed2bd72237eb0378 (patch)
treecc0c9e0cef41295dccbc9e19fa61ed3f29bc031e /drivers/acpi
parentc15fe3916b77bc809577898c0d5037b1bfd4183b (diff)
downloadlinux-86645830e665cc0cd96ffff3ed2bd72237eb0378.tar.xz
ACPICA: Fix various spelling mistakes in text files and code comments
ACPICA commit 6cd47047aca6e273c84a5ce95d2f6d8485f958d1 There are a handful of spelling mistakes in various files as found using codespell. Fix these. No code changes. Link: https://github.com/acpica/acpica/commit/6cd47047 Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/acpica/aclocal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h
index 82563b44af35..02012168a087 100644
--- a/drivers/acpi/acpica/aclocal.h
+++ b/drivers/acpi/acpica/aclocal.h
@@ -547,7 +547,7 @@ struct acpi_field_info {
struct acpi_ged_handler_info {
struct acpi_ged_handler_info *next;
- u32 int_id; /* The interrupt ID that triggers the execution ofthe evt_method. */
+ u32 int_id; /* The interrupt ID that triggers the execution of the evt_method. */
struct acpi_namespace_node *evt_method; /* The _EVT method to be executed when an interrupt with ID = int_ID is received */
};