mbox series

[0/2] Small style fixes in msm8974.dtsi

Message ID 20230627-msm8974-sort-v1-0-75c5800a2e09@z3ntu.xyz
Headers show
Series Small style fixes in msm8974.dtsi | expand

Message

Luca Weiss June 27, 2023, 7:45 p.m. UTC
While making sure the nodes are sorted correctly, I also noticed that
some lines are wrongly indented. Fix both.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
Luca Weiss (2):
      ARM: dts: qcom: msm8974: replace incorrect indentation in interconnect
      ARM: dts: qcom: msm8974: sort nodes by reg

 arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 80 ++++++++++++++++----------------
 1 file changed, 40 insertions(+), 40 deletions(-)
---
base-commit: 53cdf865f90ba922a854c65ed05b519f9d728424
change-id: 20230627-msm8974-sort-e34b28f10a34

Best regards,

Comments

Luca Weiss Sept. 22, 2023, 4:59 p.m. UTC | #1
On Dienstag, 27. Juni 2023 21:45:12 CEST Luca Weiss wrote:
> While making sure the nodes are sorted correctly, I also noticed that
> some lines are wrongly indented. Fix both.
> 
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
> Luca Weiss (2):
>       ARM: dts: qcom: msm8974: replace incorrect indentation in interconnect
> ARM: dts: qcom: msm8974: sort nodes by reg
> 
>  arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 80
> ++++++++++++++++---------------- 1 file changed, 40 insertions(+), 40
> deletions(-)
> ---
> base-commit: 53cdf865f90ba922a854c65ed05b519f9d728424
> change-id: 20230627-msm8974-sort-e34b28f10a34
> 
> Best regards,

Hi Bjorn,

also ping on this one. I didn't check again if it now conflicts with -next (as 
pointed out by Konrad a while ago), if it does let me know and I'll resend.

Regards
Luca
Konrad Dybcio Sept. 23, 2023, 12:03 p.m. UTC | #2
On 9/22/23 18:59, Luca Weiss wrote:
> On Dienstag, 27. Juni 2023 21:45:12 CEST Luca Weiss wrote:
>> While making sure the nodes are sorted correctly, I also noticed that
>> some lines are wrongly indented. Fix both.
>>
>> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
>> ---
>> Luca Weiss (2):
>>        ARM: dts: qcom: msm8974: replace incorrect indentation in interconnect
>> ARM: dts: qcom: msm8974: sort nodes by reg
>>
>>   arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 80
>> ++++++++++++++++---------------- 1 file changed, 40 insertions(+), 40
>> deletions(-)
>> ---
>> base-commit: 53cdf865f90ba922a854c65ed05b519f9d728424
>> change-id: 20230627-msm8974-sort-e34b28f10a34
>>
>> Best regards,
> 
> Hi Bjorn,
> 
> also ping on this one. I didn't check again if it now conflicts with -next (as
> pointed out by Konrad a while ago), if it does let me know and I'll resend.
git fetch linux-next
git checkout linux-next/master
b4 shazam <msgid>

if retval == 0:
	ping
else
	resend

this only takes a couple seconds and saves you the burden of sending
an email and Bjorn of checking ^^

Konrad
Luca Weiss Sept. 23, 2023, 12:12 p.m. UTC | #3
On Samstag, 23. September 2023 14:03:05 CEST Konrad Dybcio wrote:
> On 9/22/23 18:59, Luca Weiss wrote:
> > On Dienstag, 27. Juni 2023 21:45:12 CEST Luca Weiss wrote:
> >> While making sure the nodes are sorted correctly, I also noticed that
> >> some lines are wrongly indented. Fix both.
> >> 
> >> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> >> ---
> >> 
> >> Luca Weiss (2):
> >>        ARM: dts: qcom: msm8974: replace incorrect indentation in
> >>        interconnect
> >> 
> >> ARM: dts: qcom: msm8974: sort nodes by reg
> >> 
> >>   arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 80
> >> 
> >> ++++++++++++++++---------------- 1 file changed, 40 insertions(+), 40
> >> deletions(-)
> >> ---
> >> base-commit: 53cdf865f90ba922a854c65ed05b519f9d728424
> >> change-id: 20230627-msm8974-sort-e34b28f10a34
> >> 
> >> Best regards,
> > 
> > Hi Bjorn,
> > 
> > also ping on this one. I didn't check again if it now conflicts with -next
> > (as pointed out by Konrad a while ago), if it does let me know and I'll
> > resend.
> git fetch linux-next
> git checkout linux-next/master
> b4 shazam <msgid>
> 
> if retval == 0:
> 	ping
> else
> 	resend
> 
> this only takes a couple seconds and saves you the burden of sending
> an email and Bjorn of checking ^^

Well, seems to apply fine still, so seems the other series wasn't picked up 
yet. But true, would've been faster to check instead of writing that message 
;)

> 
> Konrad
Bjorn Andersson Oct. 22, 2023, 3:50 p.m. UTC | #4
On Tue, 27 Jun 2023 21:45:12 +0200, Luca Weiss wrote:
> While making sure the nodes are sorted correctly, I also noticed that
> some lines are wrongly indented. Fix both.
> 
> 

Applied, thanks!

[1/2] ARM: dts: qcom: msm8974: replace incorrect indentation in interconnect
      commit: 207f4ce365819ac68b634153d074252338d00ef6
[2/2] ARM: dts: qcom: msm8974: sort nodes by reg
      commit: 4960e06d386ecc5307bc2e66a77d5f06df1e2a6f

Best regards,