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

From: Randy Dunlap

Date: Thu Sep 03 2026 - 13:57:44 EST




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

Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
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