[PATCH] dt-bindings: Add missing bracket

Manuel Ebner posted 1 patch 2 weeks, 1 day ago
Documentation/devicetree/bindings/leds/backlight/88pm860x.txt | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: Add missing bracket
Posted by Manuel Ebner 2 weeks, 1 day ago
Add missing '};' to code.

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
 Documentation/devicetree/bindings/leds/backlight/88pm860x.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/leds/backlight/88pm860x.txt b/Documentation/devicetree/bindings/leds/backlight/88pm860x.txt
index 261df2799315..9e17807d2ce5 100644
--- a/Documentation/devicetree/bindings/leds/backlight/88pm860x.txt
+++ b/Documentation/devicetree/bindings/leds/backlight/88pm860x.txt
@@ -13,3 +13,4 @@ Example:
 		};
 		backlight-2 {
 		};
+	};
-- 
2.54.0
Re: (subset) [PATCH] dt-bindings: Add missing bracket
Posted by Lee Jones 1 week, 2 days ago
On Fri, 10 Jul 2026 13:25:29 +0200, Manuel Ebner wrote:
> Add missing '};' to code.

Applied, thanks!

[1/1] dt-bindings: Add missing bracket
      commit: ce6fc04113241c82a698f362f8dc6e1cc2f65448

--
Lee Jones [李琼斯]

Re: [PATCH] dt-bindings: Add missing bracket
Posted by Krzysztof Kozlowski 2 weeks, 1 day ago
On 10/07/2026 13:25, Manuel Ebner wrote:
> Add missing '};' to code.
> 
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
> ---
>  Documentation/devicetree/bindings/leds/backlight/88pm860x.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
Sorry, this is pretty close to pointless change and will be fixed by
proper conversion to DT schema format.

Best regards,
Krzysztof