devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] LED: Fix missing semicolon in OF documentation
@ 2012-06-23 18:41 Marek Vasut
  2012-06-24  6:49 ` Rob Landley
  2012-07-05 16:08 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2012-06-23 18:41 UTC (permalink / raw)
  To: linux-doc
  Cc: Marek Vasut, Grant Likely, Rob Herring, Rob Landley,
	devicetree-discuss

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
---
 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";
 	};
-}
+};
-- 
1.7.10


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] LED: Fix missing semicolon in OF documentation
  2012-06-23 18:41 [PATCH] LED: Fix missing semicolon in OF documentation Marek Vasut
@ 2012-06-24  6:49 ` Rob Landley
  2012-07-05 16:08 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Landley @ 2012-06-24  6:49 UTC (permalink / raw)
  To: Marek Vasut; +Cc: linux-doc, Grant Likely, Rob Herring, devicetree-discuss

On 06/23/2012 01:41 PM, Marek Vasut wrote:
> 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
> ---
>  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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] LED: Fix missing semicolon in OF documentation
  2012-06-23 18:41 [PATCH] LED: Fix missing semicolon in OF documentation Marek Vasut
  2012-06-24  6:49 ` Rob Landley
@ 2012-07-05 16:08 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2012-07-05 16:08 UTC (permalink / raw)
  To: Marek Vasut; +Cc: linux-doc, Grant Likely, Rob Landley, devicetree-discuss

On 06/23/2012 01:41 PM, Marek Vasut wrote:
> 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
> ---

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";
>  	};
> -}
> +};
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-05 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-23 18:41 [PATCH] LED: Fix missing semicolon in OF documentation Marek Vasut
2012-06-24  6:49 ` Rob Landley
2012-07-05 16:08 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).