summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/gpio
diff options
context:
space:
mode:
authorMarek Vasut2012-06-23 20:41:17 +0200
committerRob Herring2012-07-06 14:16:32 +0200
commit177259c3ecca713b5995988309ea0ffd7383c286 (patch)
tree2533009872b1c6e7c647162de35103e1e73d335b /Documentation/devicetree/bindings/gpio
parentof: fix a few typos in the binding documentation (diff)
downloadkernel-qcow2-linux-177259c3ecca713b5995988309ea0ffd7383c286.tar.gz
kernel-qcow2-linux-177259c3ecca713b5995988309ea0ffd7383c286.tar.xz
kernel-qcow2-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>
Diffstat (limited to 'Documentation/devicetree/bindings/gpio')
-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";
};
-}
+};