[PATCH v3 4/9] sunxi: binman: Fix spacing between nodes

2020-09-05 Thread Samuel Holland
Nodes should have a blank line separating them from sibling nodes and properties. Add the necessary lines. Signed-off-by: Samuel Holland --- arch/arm/dts/sunxi-u-boot.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi ind

Re: [PATCH v3 4/9] sunxi: binman: Fix spacing between nodes

2020-09-06 Thread Simon Glass
On Sat, 5 Sep 2020 at 21:26, Samuel Holland wrote: > > Nodes should have a blank line separating them from sibling nodes and > properties. Add the necessary lines. > > Signed-off-by: Samuel Holland > --- > arch/arm/dts/sunxi-u-boot.dtsi | 5 + > 1 file changed, 5 insertions(+) Reviewed-by: