summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Wunner <lukas@wunner.de>2023-01-28 07:27:19 +0100
committerLukas Wunner <lukas@wunner.de>2023-01-28 07:27:19 +0100
commit9d8bd58d5f3495ce76d1b9767ec0b92251cbc366 (patch)
treef7e235764a6fdb686697f0260e870b09c043797b
parent4827f0f98f1f5bf9882fa85822283cffb40bb583 (diff)
downloadacpica-9d8bd58d5f3495ce76d1b9767ec0b92251cbc366.tar.gz
Fix typo in CDAT DSMAS struct definition
Signed-off-by: Lukas Wunner <lukas@wunner.de>
-rw-r--r--source/include/actbl1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/actbl1.h b/source/include/actbl1.h
index 340b636b5..4cde6b785 100644
--- a/source/include/actbl1.h
+++ b/source/include/actbl1.h
@@ -543,7 +543,7 @@ enum AcpiCdatType
/* Subtable 0: Device Scoped Memory Affinity Structure (DSMAS) */
-typedef struct acpi_cadt_dsmas
+typedef struct acpi_cdat_dsmas
{
UINT8 DsmadHandle;
UINT8 Flags;