All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 RESEND] gpio: of: make example syntactically correct
@ 2018-01-21 12:12 Wolfram Sang
  2018-09-05 11:27 ` Geert Uytterhoeven
  2018-09-10  7:51 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2018-01-21 12:12 UTC (permalink / raw)
  To: linux-gpio; +Cc: linux-renesas-soc, Wolfram Sang, Niklas Söderlund

The ';' was missing. And cosmetic: there was a space too much.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---

No changes since V2, only Niklas' tag added.

Changes since V1:
* removed extra spaces (Thanks Sergei!)

 Documentation/devicetree/bindings/gpio/gpio.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/gpio.txt b/Documentation/devicetree/bindings/gpio/gpio.txt
index b5de08e3b1a2f1..91d33f75dd0e4d 100644
--- a/Documentation/devicetree/bindings/gpio/gpio.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio.txt
@@ -33,12 +33,12 @@ The following example could be used to describe GPIO pins used as device enable
 and bit-banged data signals:
 
 	gpio1: gpio1 {
-		gpio-controller
-		 #gpio-cells = <2>;
+		gpio-controller;
+		#gpio-cells = <2>;
 	};
 	gpio2: gpio2 {
-		gpio-controller
-		 #gpio-cells = <1>;
+		gpio-controller;
+		#gpio-cells = <1>;
 	};
 	[...]
 
-- 
2.11.0

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

* Re: [PATCH V2 RESEND] gpio: of: make example syntactically correct
  2018-01-21 12:12 [PATCH V2 RESEND] gpio: of: make example syntactically correct Wolfram Sang
@ 2018-09-05 11:27 ` Geert Uytterhoeven
  2018-09-10  7:51 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-09-05 11:27 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: open list:GPIO SUBSYSTEM, Linux-Renesas, Niklas Söderlund,
	Linus Walleij

CC LinusW

On Sun, Jan 21, 2018 at 1:12 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
>
> The ';' was missing. And cosmetic: there was a space too much.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

> ---
>
> No changes since V2, only Niklas' tag added.
>
> Changes since V1:
> * removed extra spaces (Thanks Sergei!)
>
>  Documentation/devicetree/bindings/gpio/gpio.txt | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/gpio/gpio.txt b/Documentation/devicetree/bindings/gpio/gpio.txt
> index b5de08e3b1a2f1..91d33f75dd0e4d 100644
> --- a/Documentation/devicetree/bindings/gpio/gpio.txt
> +++ b/Documentation/devicetree/bindings/gpio/gpio.txt
> @@ -33,12 +33,12 @@ The following example could be used to describe GPIO pins used as device enable
>  and bit-banged data signals:
>
>         gpio1: gpio1 {
> -               gpio-controller
> -                #gpio-cells = <2>;
> +               gpio-controller;
> +               #gpio-cells = <2>;
>         };
>         gpio2: gpio2 {
> -               gpio-controller
> -                #gpio-cells = <1>;
> +               gpio-controller;
> +               #gpio-cells = <1>;
>         };
>         [...]
>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH V2 RESEND] gpio: of: make example syntactically correct
  2018-01-21 12:12 [PATCH V2 RESEND] gpio: of: make example syntactically correct Wolfram Sang
  2018-09-05 11:27 ` Geert Uytterhoeven
@ 2018-09-10  7:51 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2018-09-10  7:51 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: open list:GPIO SUBSYSTEM, Linux-Renesas, Niklas Söderlund

On Sun, Jan 21, 2018 at 1:12 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:

> The ';' was missing. And cosmetic: there was a space too much.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> ---
>
> No changes since V2, only Niklas' tag added.

Patch applied with Geert's ACK.

Yours,
Linus Walleij

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

end of thread, other threads:[~2018-09-10 12:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-21 12:12 [PATCH V2 RESEND] gpio: of: make example syntactically correct Wolfram Sang
2018-09-05 11:27 ` Geert Uytterhoeven
2018-09-10  7:51 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.