[PATCH] cxl: docs/platform/acpi: Fix brackets
From: Manuel Ebner
Date: Thu Sep 03 2026 - 06:01:53 EST
Add '}' and fix indentation.
Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>
---
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