[PATCH] LED: Fix missing semicolon in OF documentation
Rob Landley
rob at landley.net
Sun Jun 24 16:49:44 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
> ---
> 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";
> };
> -}
> +};
Looks good to me?
More a Grant question, really. (And probably something for his tree.)
Rob
--
GNU/Linux isn't: Linux=GPLv2, GNU=GPLv3+, they can't share code.
Either it's "mere aggregation", or a license violation. Pick one.
More information about the devicetree-discuss
mailing list