All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: dts: gr-peach: Fix label indent
@ 2017-10-04 15:41 Jacopo Mondi
  2017-10-04 16:03 ` Sergei Shtylyov
  0 siblings, 1 reply; 4+ messages in thread
From: Jacopo Mondi @ 2017-10-04 15:41 UTC (permalink / raw)
  To: horms, sergei.shtylyov; +Cc: Jacopo Mondi, linux-renesas-soc

Fix 'leds' label indent as it was wrongly aligned

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
---
 arch/arm/boot/dts/r7s72100-gr-peach.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r7s72100-gr-peach.dts b/arch/arm/boot/dts/r7s72100-gr-peach.dts
index 13d745b..a1c5e88 100644
--- a/arch/arm/boot/dts/r7s72100-gr-peach.dts
+++ b/arch/arm/boot/dts/r7s72100-gr-peach.dts
@@ -53,7 +53,7 @@
 		};
 	};

-leds {
+	leds {
 		status = "okay";
 		compatible = "gpio-leds";

--
2.7.4

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

* Re: [PATCH] arm: dts: gr-peach: Fix label indent
  2017-10-04 15:41 [PATCH] arm: dts: gr-peach: Fix label indent Jacopo Mondi
@ 2017-10-04 16:03 ` Sergei Shtylyov
  2017-10-05  8:41   ` jacopo mondi
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Shtylyov @ 2017-10-04 16:03 UTC (permalink / raw)
  To: Jacopo Mondi, horms; +Cc: linux-renesas-soc

On 10/04/2017 06:41 PM, Jacopo Mondi wrote:

> Fix 'leds' label indent as it was wrongly aligned

    It's not a label, it's node name. :-)

> Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> ---
>   arch/arm/boot/dts/r7s72100-gr-peach.dts | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/r7s72100-gr-peach.dts b/arch/arm/boot/dts/r7s72100-gr-peach.dts
> index 13d745b..a1c5e88 100644
> --- a/arch/arm/boot/dts/r7s72100-gr-peach.dts
> +++ b/arch/arm/boot/dts/r7s72100-gr-peach.dts
> @@ -53,7 +53,7 @@
>   		};
>   	};
> 
> -leds {
> +	leds {
>   		status = "okay";
>   		compatible = "gpio-leds";
> 

MBR, Sergei

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

* Re: [PATCH] arm: dts: gr-peach: Fix label indent
  2017-10-04 16:03 ` Sergei Shtylyov
@ 2017-10-05  8:41   ` jacopo mondi
  2017-10-05  9:23     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: jacopo mondi @ 2017-10-05  8:41 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: Jacopo Mondi, horms, linux-renesas-soc

Hi Simon, Sergei

On Wed, Oct 04, 2017 at 07:03:35PM +0300, Sergei Shtylyov wrote:
> On 10/04/2017 06:41 PM, Jacopo Mondi wrote:
>
> >Fix 'leds' label indent as it was wrongly aligned
>
>    It's not a label, it's node name. :-)

You're so right!
As I have other 3 patches to send out for GR-Peach, I will re-phrase
this and re-send it in the forth-coming series, so that Simon doesn't
have to mangle the commit message when picking this up.

Thanks
   j
>
> >Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> >---
> >  arch/arm/boot/dts/r7s72100-gr-peach.dts | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/arch/arm/boot/dts/r7s72100-gr-peach.dts b/arch/arm/boot/dts/r7s72100-gr-peach.dts
> >index 13d745b..a1c5e88 100644
> >--- a/arch/arm/boot/dts/r7s72100-gr-peach.dts
> >+++ b/arch/arm/boot/dts/r7s72100-gr-peach.dts
> >@@ -53,7 +53,7 @@
> >  		};
> >  	};
> >
> >-leds {
> >+	leds {
> >  		status = "okay";
> >  		compatible = "gpio-leds";
> >
>
> MBR, Sergei

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

* Re: [PATCH] arm: dts: gr-peach: Fix label indent
  2017-10-05  8:41   ` jacopo mondi
@ 2017-10-05  9:23     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-10-05  9:23 UTC (permalink / raw)
  To: jacopo mondi; +Cc: Sergei Shtylyov, Jacopo Mondi, linux-renesas-soc

On Thu, Oct 05, 2017 at 10:41:47AM +0200, jacopo mondi wrote:
> Hi Simon, Sergei
> 
> On Wed, Oct 04, 2017 at 07:03:35PM +0300, Sergei Shtylyov wrote:
> > On 10/04/2017 06:41 PM, Jacopo Mondi wrote:
> >
> > >Fix 'leds' label indent as it was wrongly aligned
> >
> >    It's not a label, it's node name. :-)
> 
> You're so right!
> As I have other 3 patches to send out for GR-Peach, I will re-phrase
> this and re-send it in the forth-coming series, so that Simon doesn't
> have to mangle the commit message when picking this up.

Thanks, I'll watch out for the new version.

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

end of thread, other threads:[~2017-10-05  9:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-04 15:41 [PATCH] arm: dts: gr-peach: Fix label indent Jacopo Mondi
2017-10-04 16:03 ` Sergei Shtylyov
2017-10-05  8:41   ` jacopo mondi
2017-10-05  9:23     ` Simon Horman

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.