Linux CXL
 help / color / mirror / Atom feed
* [PATCH] ACPICA: Fix typo in CDAT DSMAS struct definition
@ 2023-02-08  5:59 Lukas Wunner
  2023-02-08 22:11 ` Ira Weiny
  2023-02-09 12:54 ` Rafael J. Wysocki
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Wunner @ 2023-02-08  5:59 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Robert Moore, linux-acpi, linux-cxl, Dave Jiang, Dan Williams,
	Ira Weiny, Vishal Verma, Alison Schofield

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;
-- 
2.39.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ACPICA: Fix typo in CDAT DSMAS struct definition
  2023-02-08  5:59 [PATCH] ACPICA: Fix typo in CDAT DSMAS struct definition Lukas Wunner
@ 2023-02-08 22:11 ` Ira Weiny
  2023-02-09 12:54 ` Rafael J. Wysocki
  1 sibling, 0 replies; 3+ messages in thread
From: Ira Weiny @ 2023-02-08 22:11 UTC (permalink / raw)
  To: Lukas Wunner, Rafael J. Wysocki
  Cc: Robert Moore, linux-acpi, linux-cxl, Dave Jiang, Dan Williams,
	Ira Weiny, Vishal Verma, Alison Schofield

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
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ACPICA: Fix typo in CDAT DSMAS struct definition
  2023-02-08  5:59 [PATCH] ACPICA: Fix typo in CDAT DSMAS struct definition Lukas Wunner
  2023-02-08 22:11 ` Ira Weiny
@ 2023-02-09 12:54 ` Rafael J. Wysocki
  1 sibling, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2023-02-09 12:54 UTC (permalink / raw)
  To: Lukas Wunner
  Cc: Rafael J. Wysocki, Robert Moore, linux-acpi, linux-cxl,
	Dave Jiang, Dan Williams, Ira Weiny, Vishal Verma,
	Alison Schofield

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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-09 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08  5:59 [PATCH] ACPICA: Fix typo in CDAT DSMAS struct definition Lukas Wunner
2023-02-08 22:11 ` Ira Weiny
2023-02-09 12:54 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox