diff mbox series

[5/6] qcom: ipq4019: fix space vs tab indenting inside qcom-ipq4019.dtsi

Message ID 20180725083750.30607-5-john@phrozen.org (mailing list archive)
State Accepted, archived
Delegated to: Andy Gross
Headers show
Series [1/6] qcom: ipq4019: use v2 of the kpss bringup mechanism | expand

Commit Message

John Crispin July 25, 2018, 8:37 a.m. UTC
There are various places inside this dtsi file where 8 spaces where used
for indenting instead of tabs.

Signed-off-by: John Crispin <john@phrozen.org>
---
 arch/arm/boot/dts/qcom-ipq4019.dtsi | 68 ++++++++++++++++++-------------------
 1 file changed, 34 insertions(+), 34 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi
index eb39f59f1843..261b9189779b 100644
--- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
@@ -294,49 +294,49 @@ 
 			status = "disabled";
 		};
 
-                acc0: clock-controller@b088000 {
+		acc0: clock-controller@b088000 {
 			compatible = "qcom,kpss-acc-v2";
-                        reg = <0x0b088000 0x1000>, <0xb008000 0x1000>;
-                };
+			reg = <0x0b088000 0x1000>, <0xb008000 0x1000>;
+		};
 
-                acc1: clock-controller@b098000 {
+		acc1: clock-controller@b098000 {
 			compatible = "qcom,kpss-acc-v2";
-                        reg = <0x0b098000 0x1000>, <0xb008000 0x1000>;
-                };
+			reg = <0x0b098000 0x1000>, <0xb008000 0x1000>;
+		};
 
-                acc2: clock-controller@b0a8000 {
+		acc2: clock-controller@b0a8000 {
 			compatible = "qcom,kpss-acc-v2";
-                        reg = <0x0b0a8000 0x1000>, <0xb008000 0x1000>;
-                };
+			reg = <0x0b0a8000 0x1000>, <0xb008000 0x1000>;
+		};
 
-                acc3: clock-controller@b0b8000 {
+		acc3: clock-controller@b0b8000 {
 			compatible = "qcom,kpss-acc-v2";
-                        reg = <0x0b0b8000 0x1000>, <0xb008000 0x1000>;
-                };
+			reg = <0x0b0b8000 0x1000>, <0xb008000 0x1000>;
+		};
 
-                saw0: regulator@b089000 {
-                        compatible = "qcom,saw2";
+		saw0: regulator@b089000 {
+			compatible = "qcom,saw2";
 			reg = <0x0b089000 0x1000>, <0x0b009000 0x1000>;
-                        regulator;
-                };
-
-                saw1: regulator@b099000 {
-                        compatible = "qcom,saw2";
-                        reg = <0x0b099000 0x1000>, <0x0b009000 0x1000>;
-                        regulator;
-                };
-
-                saw2: regulator@b0a9000 {
-                        compatible = "qcom,saw2";
-                        reg = <0x0b0a9000 0x1000>, <0x0b009000 0x1000>;
-                        regulator;
-                };
-
-                saw3: regulator@b0b9000 {
-                        compatible = "qcom,saw2";
-                        reg = <0x0b0b9000 0x1000>, <0x0b009000 0x1000>;
-                        regulator;
-                };
+			regulator;
+		};
+
+		saw1: regulator@b099000 {
+			compatible = "qcom,saw2";
+			reg = <0x0b099000 0x1000>, <0x0b009000 0x1000>;
+			regulator;
+		};
+
+		saw2: regulator@b0a9000 {
+			compatible = "qcom,saw2";
+			reg = <0x0b0a9000 0x1000>, <0x0b009000 0x1000>;
+			regulator;
+		};
+
+		saw3: regulator@b0b9000 {
+			compatible = "qcom,saw2";
+			reg = <0x0b0b9000 0x1000>, <0x0b009000 0x1000>;
+			regulator;
+		};
 
 		blsp1_uart1: serial@78af000 {
 			compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";