[PATCH] LED: Fix missing semicolon in OF documentation
Rob Herring
robherring2 at gmail.com
Fri Jul 6 02:08:49 EST 2012
On 06/23/2012 01:41 PM, Marek Vasut wrote:
> 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
> ---
Applied for 3.6.
Rob
> 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
> @@ -55,4 +55,4 @@ run-control {
> gpios = <&mpc8572 7 0>;
> default-state = "on";
> };
> -}
> +};
>
More information about the devicetree-discuss
mailing list