diff options
author | Marek Vasut <marex@denx.de> | 2012-06-23 20:41:17 +0200 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-07-06 07:16:32 -0500 |
commit | 177259c3ecca713b5995988309ea0ffd7383c286 (patch) | |
tree | 2533009872b1c6e7c647162de35103e1e73d335b | |
parent | bf6c973440f2a21ab168fb34d3b4db2590bcd72a (diff) | |
download | blackbird-op-linux-177259c3ecca713b5995988309ea0ffd7383c286.tar.gz blackbird-op-linux-177259c3ecca713b5995988309ea0ffd7383c286.zip |
LED: Fix missing semicolon in OF documentation
Trivial fix
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Rob Landley <rob@landley.net>
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-doc@vger.kernel.org
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r-- | Documentation/devicetree/bindings/gpio/led.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/led.txt b/Documentation/devicetree/bindings/gpio/led.txt index fd2bd56e7195..9bb308abd221 100644 --- a/Documentation/devicetree/bindings/gpio/led.txt +++ b/Documentation/devicetree/bindings/gpio/led.txt @@ -55,4 +55,4 @@ run-control { gpios = <&mpc8572 7 0>; default-state = "on"; }; -} +}; |