* [PATCH] dt-bindings: display: add missing semicolon in example
@ 2019-02-08 7:51 Akinobu Mita
2019-02-09 13:14 ` Noralf Trønnes
2019-02-25 22:57 ` Rob Herring
0 siblings, 2 replies; 3+ messages in thread
From: Akinobu Mita @ 2019-02-08 7:51 UTC (permalink / raw)
To: devicetree; +Cc: Akinobu Mita, Rob Herring, Noralf Trønnes
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>
---
Documentation/devicetree/bindings/display/sitronix,st7735r.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/display/sitronix,st7735r.txt b/Documentation/devicetree/bindings/display/sitronix,st7735r.txt
index f0a5090..cd5c718 100644
--- a/Documentation/devicetree/bindings/display/sitronix,st7735r.txt
+++ b/Documentation/devicetree/bindings/display/sitronix,st7735r.txt
@@ -20,7 +20,7 @@ Example:
backlight: backlight {
compatible = "gpio-backlight";
gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
- }
+ };
...
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: display: add missing semicolon in example
2019-02-08 7:51 [PATCH] dt-bindings: display: add missing semicolon in example Akinobu Mita
@ 2019-02-09 13:14 ` Noralf Trønnes
2019-02-25 22:57 ` Rob Herring
1 sibling, 0 replies; 3+ messages in thread
From: Noralf Trønnes @ 2019-02-09 13:14 UTC (permalink / raw)
To: Akinobu Mita, devicetree; +Cc: Rob Herring
Den 08.02.2019 08.51, skrev Akinobu Mita:
> 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>
> ---
> Documentation/devicetree/bindings/display/sitronix,st7735r.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/display/sitronix,st7735r.txt b/Documentation/devicetree/bindings/display/sitronix,st7735r.txt
> index f0a5090..cd5c718 100644
> --- a/Documentation/devicetree/bindings/display/sitronix,st7735r.txt
> +++ b/Documentation/devicetree/bindings/display/sitronix,st7735r.txt
> @@ -20,7 +20,7 @@ Example:
> backlight: backlight {
> compatible = "gpio-backlight";
> gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
> - }
> + };
>
> ...
>
>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: display: add missing semicolon in example
2019-02-08 7:51 [PATCH] dt-bindings: display: add missing semicolon in example Akinobu Mita
2019-02-09 13:14 ` Noralf Trønnes
@ 2019-02-25 22:57 ` Rob Herring
1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2019-02-25 22:57 UTC (permalink / raw)
To: Akinobu Mita; +Cc: devicetree, Noralf Trønnes
On Fri, Feb 08, 2019 at 04:51:33PM +0900, Akinobu Mita wrote:
> 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>
> ---
> Documentation/devicetree/bindings/display/sitronix,st7735r.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Rob
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-25 22:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-08 7:51 [PATCH] dt-bindings: display: add missing semicolon in example Akinobu Mita
2019-02-09 13:14 ` Noralf Trønnes
2019-02-25 22:57 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).