Skip to content

Commit 5a9e358

Browse files
l1krafaeljw
authored andcommitted
ACPICA: Fix typo in CDAT DSMAS struct definition
ACPICA commit 9d8bd58d5f3495ce76d1b9767ec0b92251cbc366 Link: acpica/acpica@9d8bd58d5f34 Signed-off-by: Lukas Wunner <[email protected]> Reviewed-by: Ira Weiny <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent ca843a4 commit 5a9e358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/acpi/actbl1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ enum acpi_cdat_type {
344344

345345
/* Subtable 0: Device Scoped Memory Affinity Structure (DSMAS) */
346346

347-
struct acpi_cadt_dsmas {
347+
struct acpi_cdat_dsmas {
348348
u8 dsmad_handle;
349349
u8 flags;
350350
u16 reserved;

0 commit comments

Comments
 (0)