Commit 5a9e358f authored by Lukas Wunner's avatar Lukas Wunner Committed by Rafael J. Wysocki

ACPICA: Fix typo in CDAT DSMAS struct definition

ACPICA commit 9d8bd58d5f3495ce76d1b9767ec0b92251cbc366

Link: https://github.com/acpica/acpica/commit/9d8bd58d5f34Signed-off-by: default avatarLukas Wunner <lukas@wunner.de>
Reviewed-by: default avatarIra Weiny <ira.weiny@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent ca843a4c
...@@ -344,7 +344,7 @@ enum acpi_cdat_type { ...@@ -344,7 +344,7 @@ enum acpi_cdat_type {
/* Subtable 0: Device Scoped Memory Affinity Structure (DSMAS) */ /* Subtable 0: Device Scoped Memory Affinity Structure (DSMAS) */
struct acpi_cadt_dsmas { struct acpi_cdat_dsmas {
u8 dsmad_handle; u8 dsmad_handle;
u8 flags; u8 flags;
u16 reserved; u16 reserved;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment