summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2023-02-07 09:47:15 -0800
committerGitHub <noreply@github.com>2023-02-07 09:47:15 -0800
commit5156a72859990072392a3f913cb37fe90f393c22 (patch)
tree06116201cb327412bff8d6bb38973d730d280890
parenta97b67ee263d57cfbe7a1f0073b6f1039ccbf9b7 (diff)
parent9d8bd58d5f3495ce76d1b9767ec0b92251cbc366 (diff)
downloadacpica-5156a72859990072392a3f913cb37fe90f393c22.tar.gz
Merge pull request #830 from l1k/master
Fix typo in CDAT DSMAS struct definition
-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 b43332d0f..092351c48 100644
--- a/source/include/actbl1.h
+++ b/source/include/actbl1.h
@@ -542,7 +542,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;