aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/gpio/led.txt
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-06-23 20:41:17 +0200
committerRob Herring <rob.herring@calxeda.com>2012-07-06 07:16:32 -0500
commit177259c3ecca713b5995988309ea0ffd7383c286 (patch)
tree2533009872b1c6e7c647162de35103e1e73d335b /Documentation/devicetree/bindings/gpio/led.txt
parentof: fix a few typos in the binding documentation (diff)
downloadlinux-dev-177259c3ecca713b5995988309ea0ffd7383c286.tar.xz
linux-dev-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>
Diffstat (limited to '')
-rw-r--r--Documentation/devicetree/bindings/gpio/led.txt2
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";
};
-}
+};