All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: renesas: Add missing space after remote-endpoint
@ 2022-06-08 17:57 Niklas Söderlund
  2022-06-09  8:13 ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Niklas Söderlund @ 2022-06-08 17:57 UTC (permalink / raw)
  To: Geert Uytterhoeven, linux-renesas-soc; +Cc: devicetree, Niklas Söderlund

Add the missing space after remote-endpoint in r8a774c0.dtsi and
r8a77990.dtsi before the typo spreads to other files.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 4 ++--
 arch/arm64/boot/dts/renesas/r8a77990.dtsi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
index b6aeb22e88364587..90588bbff7e0b8e8 100644
--- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
@@ -1281,7 +1281,7 @@ port@1 {
 
 					vin4csi40: endpoint@2 {
 						reg = <2>;
-						remote-endpoint= <&csi40vin4>;
+						remote-endpoint = <&csi40vin4>;
 					};
 				};
 			};
@@ -1309,7 +1309,7 @@ port@1 {
 
 					vin5csi40: endpoint@2 {
 						reg = <2>;
-						remote-endpoint= <&csi40vin5>;
+						remote-endpoint = <&csi40vin5>;
 					};
 				};
 			};
diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
index d3302120263762f1..4c7c7feed7026778 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
@@ -1324,7 +1324,7 @@ port@1 {
 
 					vin4csi40: endpoint@2 {
 						reg = <2>;
-						remote-endpoint= <&csi40vin4>;
+						remote-endpoint = <&csi40vin4>;
 					};
 				};
 			};
@@ -1352,7 +1352,7 @@ port@1 {
 
 					vin5csi40: endpoint@2 {
 						reg = <2>;
-						remote-endpoint= <&csi40vin5>;
+						remote-endpoint = <&csi40vin5>;
 					};
 				};
 			};
-- 
2.36.0


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

* Re: [PATCH] arm64: dts: renesas: Add missing space after remote-endpoint
  2022-06-08 17:57 [PATCH] arm64: dts: renesas: Add missing space after remote-endpoint Niklas Söderlund
@ 2022-06-09  8:13 ` Geert Uytterhoeven
  2022-06-09  8:40   ` Niklas Söderlund
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-06-09  8:13 UTC (permalink / raw)
  To: Niklas Söderlund
  Cc: Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

Hi Niklas,

On Wed, Jun 8, 2022 at 7:58 PM Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> Add the missing space after remote-endpoint in r8a774c0.dtsi and
> r8a77990.dtsi before the typo spreads to other files.
>
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Thanks!

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v5.20.

Do you plan to fix the other in-tree offenders, too?

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] 4+ messages in thread

* Re: [PATCH] arm64: dts: renesas: Add missing space after remote-endpoint
  2022-06-09  8:13 ` Geert Uytterhoeven
@ 2022-06-09  8:40   ` Niklas Söderlund
  2022-06-09  9:23     ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Niklas Söderlund @ 2022-06-09  8:40 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

Hi Geert,

On 2022-06-09 10:13:49 +0200, Geert Uytterhoeven wrote:
> Hi Niklas,
> 
> On Wed, Jun 8, 2022 at 7:58 PM Niklas Söderlund
> <niklas.soderlund+renesas@ragnatech.se> wrote:
> > Add the missing space after remote-endpoint in r8a774c0.dtsi and
> > r8a77990.dtsi before the typo spreads to other files.
> >
> > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 
> Thanks!
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> i.e. will queue in renesas-devel for v5.20.

Thanks!

> 
> Do you plan to fix the other in-tree offenders, too?

I was plain too, seems like a perfect opportunity to force myself to try 
and learn Coccinelle :-)

> 
> 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

-- 
Kind Regards,
Niklas Söderlund

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

* Re: [PATCH] arm64: dts: renesas: Add missing space after remote-endpoint
  2022-06-09  8:40   ` Niklas Söderlund
@ 2022-06-09  9:23     ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-06-09  9:23 UTC (permalink / raw)
  To: Niklas Söderlund
  Cc: Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

Hi Niklas,

On Thu, Jun 9, 2022 at 10:40 AM Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> On 2022-06-09 10:13:49 +0200, Geert Uytterhoeven wrote:
> > On Wed, Jun 8, 2022 at 7:58 PM Niklas Söderlund
> > <niklas.soderlund+renesas@ragnatech.se> wrote:
> > > Add the missing space after remote-endpoint in r8a774c0.dtsi and
> > > r8a77990.dtsi before the typo spreads to other files.
> > >
> > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> > Do you plan to fix the other in-tree offenders, too?
>
> I was plain too, seems like a perfect opportunity to force myself to try
> and learn Coccinelle :-)

Very smart!
I would chicken-out, saying the number of offenders is too small ;-)

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] 4+ messages in thread

end of thread, other threads:[~2022-06-09  9:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 17:57 [PATCH] arm64: dts: renesas: Add missing space after remote-endpoint Niklas Söderlund
2022-06-09  8:13 ` Geert Uytterhoeven
2022-06-09  8:40   ` Niklas Söderlund
2022-06-09  9:23     ` Geert Uytterhoeven

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.