* [PATCH V2] gpio: of: make example syntactically correct
@ 2017-12-23 20:06 Wolfram Sang
2017-12-27 7:48 ` Niklas Söderlund
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2017-12-23 20:06 UTC (permalink / raw)
To: linux-gpio; +Cc: linux-renesas-soc, Geert Uytterhoeven, Wolfram Sang
The ';' was missing. And cosmetic: there was a space too much.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
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 802402f6cc5d89..bc5fe95d33fff0 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] 2+ messages in thread
* Re: [PATCH V2] gpio: of: make example syntactically correct
2017-12-23 20:06 [PATCH V2] gpio: of: make example syntactically correct Wolfram Sang
@ 2017-12-27 7:48 ` Niklas Söderlund
0 siblings, 0 replies; 2+ messages in thread
From: Niklas Söderlund @ 2017-12-27 7:48 UTC (permalink / raw)
To: Wolfram Sang; +Cc: linux-gpio, linux-renesas-soc, Geert Uytterhoeven
Hi Wolfram,
Thanks for your patch.
On 2017-12-23 21:06:41 +0100, Wolfram Sang 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>
> ---
>
> 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 802402f6cc5d89..bc5fe95d33fff0 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
>
--
Regards,
Niklas Söderlund
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-27 7:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-23 20:06 [PATCH V2] gpio: of: make example syntactically correct Wolfram Sang
2017-12-27 7:48 ` Niklas Söderlund
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).