Skip to content

Commit

Permalink
ACPICA: Fix typo in CDAT DSMAS struct definition
Browse files Browse the repository at this point in the history
ACPICA commit 9d8bd58d5f3495ce76d1b9767ec0b92251cbc366

Link: https://github.com/acpica/acpica/commit/9d8bd58d5f34
Signed-off-by: Lukas Wunner <lukas@wunner.de>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Lukas Wunner authored and Rafael J. Wysocki committed Feb 13, 2023
1 parent ca843a4 commit 5a9e358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,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;
Expand Down

0 comments on commit 5a9e358

Please sign in to comment.