diff options
author | Marek Vasut <marex@denx.de> | 2012-06-23 14:41:17 -0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-07-06 08:16:32 -0400 |
commit | 177259c3ecca713b5995988309ea0ffd7383c286 (patch) | |
tree | 2533009872b1c6e7c647162de35103e1e73d335b /Documentation/devicetree | |
parent | bf6c973440f2a21ab168fb34d3b4db2590bcd72a (diff) |
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>
Diffstat (limited to 'Documentation/devicetree')
-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 { | |||
55 | gpios = <&mpc8572 7 0>; | 55 | gpios = <&mpc8572 7 0>; |
56 | default-state = "on"; | 56 | default-state = "on"; |
57 | }; | 57 | }; |
58 | } | 58 | }; |