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

(Continue reading)

Rob Landley | 24 Jun 2012 08:49

Re: [PATCH] LED: Fix missing semicolon in OF documentation

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
>  <at>  <at>  -55,4 +55,4  <at>  <at>  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
--

-- 
(Continue reading)

Rob Herring | 5 Jul 2012 18:08
Picon

Re: [PATCH] LED: Fix missing semicolon in OF documentation

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
>  <at>  <at>  -55,4 +55,4  <at>  <at>  run-control {
>  		gpios = <&mpc8572 7 0>;
>  		default-state = "on";
>  	};
> -}
> +};
> 

(Continue reading)


Gmane