[PATCH] cxl: docs/platform/acpi: Fix brackets

Manuel Ebner posted 1 patch 3 weeks, 1 day ago
Documentation/driver-api/cxl/platform/acpi/dsdt.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] cxl: docs/platform/acpi: Fix brackets
Posted by Manuel Ebner 3 weeks, 1 day ago
Add '}' and fix indentation.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
 Documentation/driver-api/cxl/platform/acpi/dsdt.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/driver-api/cxl/platform/acpi/dsdt.rst b/Documentation/driver-api/cxl/platform/acpi/dsdt.rst
index b4583b01d..73b23d82a 100644
--- a/Documentation/driver-api/cxl/platform/acpi/dsdt.rst
+++ b/Documentation/driver-api/cxl/platform/acpi/dsdt.rst
@@ -25,4 +25,5 @@ Example Compute Express Link Host Bridge ::
             ...
             Name (_UID, 0x05)  // _UID: Unique ID
             ...
-      }
+        }
+    }
-- 
2.54.0
Re: [PATCH] cxl: docs/platform/acpi: Fix brackets
Posted by Dave Jiang 3 weeks, 1 day ago

On 9/3/26 2:54 AM, Manuel Ebner wrote:
> Add '}' and fix indentation.
> 
> Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>

Applied to cxl/next
f0f38b3d0730

> ---
>  Documentation/driver-api/cxl/platform/acpi/dsdt.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/driver-api/cxl/platform/acpi/dsdt.rst b/Documentation/driver-api/cxl/platform/acpi/dsdt.rst
> index b4583b01d..73b23d82a 100644
> --- a/Documentation/driver-api/cxl/platform/acpi/dsdt.rst
> +++ b/Documentation/driver-api/cxl/platform/acpi/dsdt.rst
> @@ -25,4 +25,5 @@ Example Compute Express Link Host Bridge ::
>              ...
>              Name (_UID, 0x05)  // _UID: Unique ID
>              ...
> -      }
> +        }
> +    }
Re: [PATCH] cxl: docs/platform/acpi: Fix brackets
Posted by Randy Dunlap 3 weeks, 1 day ago

On 9/3/26 2:54 AM, Manuel Ebner wrote:
> Add '}' and fix indentation.
> 
> Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  Documentation/driver-api/cxl/platform/acpi/dsdt.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/driver-api/cxl/platform/acpi/dsdt.rst b/Documentation/driver-api/cxl/platform/acpi/dsdt.rst
> index b4583b01d..73b23d82a 100644
> --- a/Documentation/driver-api/cxl/platform/acpi/dsdt.rst
> +++ b/Documentation/driver-api/cxl/platform/acpi/dsdt.rst
> @@ -25,4 +25,5 @@ Example Compute Express Link Host Bridge ::
>              ...
>              Name (_UID, 0x05)  // _UID: Unique ID
>              ...
> -      }
> +        }
> +    }

-- 
~Randy