Skip to content

Commit 6399878

Browse files
davejiangrafaeljw
authored andcommitted
ACPICA: Fix misspelled CDAT DSMAS define
ACPICA commit 32a50922b66a9e288b9a9b4740de86a542668a43 ACPI_CEDT_DSMAS_NON_VOLATILE -> ACPI_CDAT_DSMAS_NON_VOLATILE Link: acpica/acpica@32a50922 Signed-off-by: Dave Jiang <[email protected]> Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent b0f2e7d commit 6399878

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
@@ -402,7 +402,7 @@ struct acpi_cdat_dsmas {
402402

403403
/* Flags for subtable above */
404404

405-
#define ACPI_CEDT_DSMAS_NON_VOLATILE (1 << 2)
405+
#define ACPI_CDAT_DSMAS_NON_VOLATILE (1 << 2)
406406

407407
/* Subtable 1: Device scoped Latency and Bandwidth Information Structure (DSLBIS) */
408408

0 commit comments

Comments
 (0)