Marek Vasut | 23 Jun 2012 20:41
Picon
Picon
Favicon

[PATCH] LED: Fix missing semicolon in OF documentation

Trivial fix

Signed-off-by: Marek Vasut <marex <at> denx.de>
Cc: Grant Likely <grant.likely <at> secretlab.ca>
Cc: Rob Herring <rob.herring <at> calxeda.com>
Cc: Rob Landley <rob <at> landley.net>
Cc: devicetree-discuss <at> lists.ozlabs.org
Cc: linux-doc <at> vger.kernel.org
---
 Documentation/devicetree/bindings/gpio/led.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/gpio/led.txt b/Documentation/devicetree/bindings/gpio/led.txt
index fd2bd56..9bb308a 100644
--- a/Documentation/devicetree/bindings/gpio/led.txt
+++ b/Documentation/devicetree/bindings/gpio/led.txt
 <at>  <at>  -55,4 +55,4  <at>  <at>  run-control {
 		gpios = <&mpc8572 7 0>;
 		default-state = "on";
 	};
-}
+};
--

-- 
1.7.10

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Gmane