[PATCH] ARM: dts: qcom: correct indentation

Krzysztof Kozlowski posted 1 patch 3 years, 6 months ago
arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: qcom: correct indentation
Posted by Krzysztof Kozlowski 3 years, 6 months ago
Do not use spaces for indentation.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi
index b23591110bd2..acb08dcf9442 100644
--- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
@@ -348,7 +348,7 @@ acc3: clock-controller@b0b8000 {
 		saw0: regulator@b089000 {
 			compatible = "qcom,saw2";
 			reg = <0x0b089000 0x1000>, <0x0b009000 0x1000>;
-                        regulator;
+			regulator;
 		};
 
 		saw1: regulator@b099000 {
-- 
2.34.1
Re: [PATCH] ARM: dts: qcom: correct indentation
Posted by Bjorn Andersson 3 years, 5 months ago
On Sun, 2 Oct 2022 11:20:00 +0200, Krzysztof Kozlowski wrote:
> Do not use spaces for indentation.
> 
> 

Applied, thanks!

[1/1] ARM: dts: qcom: correct indentation
      commit: 8ad78282a43f6effe86530b9980ba456b98d7cbc

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] ARM: dts: qcom: correct indentation
Posted by Neil Armstrong 3 years, 6 months ago
On 02/10/2022 11:20, Krzysztof Kozlowski wrote:
> Do not use spaces for indentation.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi
> index b23591110bd2..acb08dcf9442 100644
> --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
> +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
> @@ -348,7 +348,7 @@ acc3: clock-controller@b0b8000 {
>   		saw0: regulator@b089000 {
>   			compatible = "qcom,saw2";
>   			reg = <0x0b089000 0x1000>, <0x0b009000 0x1000>;
> -                        regulator;
> +			regulator;
>   		};
>   
>   		saw1: regulator@b099000 {

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>