arm64: dts: qcom: sa8775p: Add missing space between node name and braces
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Wed, 6 Dec 2023 13:55:40 +0000 (19:25 +0530)
committerBjorn Andersson <andersson@kernel.org>
Sat, 16 Dec 2023 05:19:35 +0000 (23:19 -0600)
Add missing space between node name and braces to match the style.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20231206135540.17068-4-manivannan.sadhasivam@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sa8775p.dtsi

index eac127821c3e48b2b61410872e9ab56135cd3298..a7eaca33d326441d64df943bc72258b6d2d29707 100644 (file)
                             <GIC_PPI 12 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
        };
 
-       pcie0: pcie@1c00000{
+       pcie0: pcie@1c00000 {
                compatible = "qcom,pcie-sa8775p";
                reg = <0x0 0x01c00000 0x0 0x3000>,
                      <0x0 0x40000000 0x0 0xf20>,
                status = "disabled";
        };
 
-       pcie1: pcie@1c10000{
+       pcie1: pcie@1c10000 {
                compatible = "qcom,pcie-sa8775p";
                reg = <0x0 0x01c10000 0x0 0x3000>,
                      <0x0 0x60000000 0x0 0xf20>,