diff mbox series

ACPICA: Fix typo in CDAT DSMAS struct definition

Message ID 1bebe2a62539988a1b5fd26665ab5221a7eddbb2.1675835625.git.lukas@wunner.de
State Accepted
Commit 5a9e358f1d1f5a2c2dfd8055b0e9e44d58a54a49
Headers show
Series ACPICA: Fix typo in CDAT DSMAS struct definition | expand

Commit Message

Lukas Wunner Feb. 8, 2023, 5:59 a.m. UTC
ACPICA commit 9d8bd58d5f3495ce76d1b9767ec0b92251cbc366

Link: https://github.com/acpica/acpica/commit/9d8bd58d5f34
Signed-off-by: Lukas Wunner <lukas@wunner.de>
Cc: Dave Jiang <dave.jiang@intel.com>
---
 include/acpi/actbl1.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ira Weiny Feb. 8, 2023, 10:11 p.m. UTC | #1
Lukas Wunner wrote:
> ACPICA commit 9d8bd58d5f3495ce76d1b9767ec0b92251cbc366
> 
> Link: https://github.com/acpica/acpica/commit/9d8bd58d5f34
> Signed-off-by: Lukas Wunner <lukas@wunner.de>
> Cc: Dave Jiang <dave.jiang@intel.com>

Reviewed-by: Ira Weiny <ira.weiny@intel.com>

> ---
>  include/acpi/actbl1.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h
> index 72884ef..cdedccc 100644
> --- a/include/acpi/actbl1.h
> +++ b/include/acpi/actbl1.h
> @@ -346,7 +346,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;
> -- 
> 2.39.1
>
Rafael J. Wysocki Feb. 9, 2023, 12:54 p.m. UTC | #2
On Wed, Feb 8, 2023 at 7:07 AM Lukas Wunner <lukas@wunner.de> wrote:
>
> ACPICA commit 9d8bd58d5f3495ce76d1b9767ec0b92251cbc366
>
> Link: https://github.com/acpica/acpica/commit/9d8bd58d5f34
> Signed-off-by: Lukas Wunner <lukas@wunner.de>
> Cc: Dave Jiang <dave.jiang@intel.com>
> ---
>  include/acpi/actbl1.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h
> index 72884ef..cdedccc 100644
> --- a/include/acpi/actbl1.h
> +++ b/include/acpi/actbl1.h
> @@ -346,7 +346,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;
> --

Applied as 6.3 material, thanks!
diff mbox series

Patch

diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h
index 72884ef..cdedccc 100644
--- a/include/acpi/actbl1.h
+++ b/include/acpi/actbl1.h
@@ -346,7 +346,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;