Message ID | 1bebe2a62539988a1b5fd26665ab5221a7eddbb2.1675835625.git.lukas@wunner.de |
---|---|
State | Accepted |
Commit | 5a9e358f1d1f5a2c2dfd8055b0e9e44d58a54a49 |
Headers | show |
Series | ACPICA: Fix typo in CDAT DSMAS struct definition | expand |
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 72884ef..cdedccc 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h @@ -346,7 +346,7 @@ enum acpi_cdat_type { /* Subtable 0: Device Scoped Memory Affinity Structure (DSMAS) */ -struct acpi_cadt_dsmas { +struct acpi_cdat_dsmas { u8 dsmad_handle; u8 flags; u16 reserved;
ACPICA commit 9d8bd58d5f3495ce76d1b9767ec0b92251cbc366 Link: https://github.com/acpica/acpica/commit/9d8bd58d5f34 Signed-off-by: Lukas Wunner <lukas@wunner.de> Cc: Dave Jiang <dave.jiang@intel.com> --- include/acpi/actbl1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)