Message ID | 20230627-msm8974-sort-v1-0-75c5800a2e09@z3ntu.xyz |
---|---|
Headers | show |
Series | Small style fixes in msm8974.dtsi | expand |
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
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
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
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,