[PATCH v1 6/8] ACPICA: Fix typo in comments for SRAT structures

From: Rafael J. Wysocki
Date: Wed Mar 26 2025 - 17:12:28 EST


From: Adam Lackorzynski <adam@xxxxxxxx>

ACPICA commit 218b5b3654b355e7481cbee8209f5212201b1196

Link: https://github.com/acpica/acpica/commit/218b5b36
Signed-off-by: Adam Lackorzynski <adam@xxxxxxxx>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
---
include/acpi/actbl3.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h
index 5cd755143b7d..14082dd445f2 100644
--- a/include/acpi/actbl3.h
+++ b/include/acpi/actbl3.h
@@ -269,7 +269,7 @@ struct acpi_srat_gicc_affinity {

#define ACPI_SRAT_GICC_ENABLED (1) /* 00: Use affinity structure */

-/* 4: GCC ITS Affinity (ACPI 6.2) */
+/* 4: GIC ITS Affinity (ACPI 6.2) */

struct acpi_srat_gic_its_affinity {
struct acpi_subtable_header header;
--
2.43.0