devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] dt-bindings: power: supply: add missing semi-colon in example
@ 2019-03-28 20:35 Sebastien Bourdelin
  2019-04-05 14:54 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien Bourdelin @ 2019-03-28 20:35 UTC (permalink / raw)
  To: Sebastian Reichel, Rob Herring, Mark Rutland, linux-pm,
	devicetree, linux-kernel
  Cc: trivial, Sebastien Bourdelin

Fix the example documentation which is missing a semi-colon.

Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@gmail.com>
---
 Documentation/devicetree/bindings/power/supply/gpio-charger.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/power/supply/gpio-charger.txt b/Documentation/devicetree/bindings/power/supply/gpio-charger.txt
index adbb5dc5b6e9..ddf7b7b971e1 100644
--- a/Documentation/devicetree/bindings/power/supply/gpio-charger.txt
+++ b/Documentation/devicetree/bindings/power/supply/gpio-charger.txt
@@ -20,7 +20,7 @@ Example:
 		compatible = "gpio-charger";
 		charger-type = "usb-sdp";
 		gpios = <&gpf0 2 0 0 0>;
-	}
+	};
 
 	battery {
 		power-supplies = <&usb_charger>;
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-05 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-28 20:35 [PATCH 1/1] dt-bindings: power: supply: add missing semi-colon in example Sebastien Bourdelin
2019-04-05 14:54 ` Sebastian Reichel

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).