]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: display: add missing semicolon in example
authorAkinobu Mita <akinobu.mita@gmail.com>
Fri, 8 Feb 2019 07:51:33 +0000 (16:51 +0900)
committerRob Herring <robh@kernel.org>
Thu, 28 Feb 2019 17:41:23 +0000 (11:41 -0600)
Add missing semicolon in example for Sitronix ST7735R display panels.

Cc: Rob Herring <robh@kernel.org>
Cc: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/display/sitronix,st7735r.txt

index f0a5090a3326b86c1df8a42eb65e8884a77cd521..cd5c7186890a2be705abce2cde6dd6d4376e4740 100644 (file)
@@ -20,7 +20,7 @@ Example:
        backlight: backlight {
                compatible = "gpio-backlight";
                gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
-       }
+       };
 
        ...