Re: [PATCH] cxl: docs/platform/acpi: Fix brackets
From: Dave Jiang
Date: Thu Sep 03 2026 - 16:23:14 EST
On 9/3/26 2:54 AM, Manuel Ebner wrote:
> Add '}' and fix indentation.
>
> Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>
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
> ...
> - }
> + }
> + }