From 32a50922b66a9e288b9a9b4740de86a542668a43 Mon Sep 17 00:00:00 2001 From: Dave Jiang Date: Mon, 15 May 2023 09:07:19 -0700 Subject: Fix misspelled CDAT DSMAS define ACPI_CEDT_DSMAS_NON_VOLATILE -> ACPI_CDAT_DSMAS_NON_VOLATILE Signed-off-by: Dave Jiang --- source/include/actbl1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/include/actbl1.h b/source/include/actbl1.h index cecd7edbe..c1a960acf 100644 --- a/source/include/actbl1.h +++ b/source/include/actbl1.h @@ -635,7 +635,7 @@ typedef 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) */ -- cgit v1.2.1