Message ID | 168677929734.2787985.10830491440007394080.stgit@djiang5-mobl3 |
---|---|
State | Accepted |
Commit | 6399878f4cb4cc7440965dbd679ee650c59b19e3 |
Headers | show |
Series | acpi: Add CDAT parsing support to ACPI tables code | expand |
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 58b0490a2ad1..8d5572ad48cb 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h @@ -402,7 +402,7 @@ struct acpi_cdat_dsmas { /* Flags for subtable above */ -#define ACPI_CEDT_DSMAS_NON_VOLATILE (1 << 2) +#define ACPI_CDAT_DSMAS_NON_VOLATILE (1 << 2) /* Subtable 1: Device scoped Latency and Bandwidth Information Structure (DSLBIS) */