From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753439AbdKIQtt (ORCPT ); Thu, 9 Nov 2017 11:49:49 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:46129 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752686AbdKIQtq (ORCPT ); Thu, 9 Nov 2017 11:49:46 -0500 X-Google-Smtp-Source: ABhQp+QkvqqfgxKlxTLmDd6VOUeABlZ5gcQGWPlV0O5aeNAIr6RcVaeL5SYKHoiw07j6PEXc+ap//g== Date: Thu, 9 Nov 2017 08:49:41 -0800 From: Bjorn Andersson To: Damien Riegel Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Andy Gross , David Brown , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , kernel@savoirfairelinux.com Subject: Re: [PATCH 1/4] arm64: dts: qcom: pm8916: fix wcd_codec indentation Message-ID: <20171109164941.GZ28761@minitux> References: <20171101175335.22123-1-damien.riegel@savoirfairelinux.com> <20171101175335.22123-2-damien.riegel@savoirfairelinux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171101175335.22123-2-damien.riegel@savoirfairelinux.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 01 Nov 10:53 PDT 2017, Damien Riegel wrote: > Indentation did not respect kernel standards, so fix that for the usual > indent with tabs, align with spaces. While at it, remove some empty > lines before and after the closing parenthesis of this block. > > Signed-off-by: Damien Riegel Reviewed-by: Bjorn Andersson Regards, Bjorn > --- > arch/arm64/boot/dts/qcom/pm8916.dtsi | 82 ++++++++++++++++++------------------ > 1 file changed, 40 insertions(+), 42 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/pm8916.dtsi b/arch/arm64/boot/dts/qcom/pm8916.dtsi > index 53deebf9f515..d19f4cb9a5f3 100644 > --- a/arch/arm64/boot/dts/qcom/pm8916.dtsi > +++ b/arch/arm64/boot/dts/qcom/pm8916.dtsi > @@ -96,47 +96,45 @@ > #address-cells = <1>; > #size-cells = <0>; > > - wcd_codec: codec@f000 { > - compatible = "qcom,pm8916-wcd-analog-codec"; > - reg = <0xf000 0x200>; > - reg-names = "pmic-codec-core"; > - clocks = <&gcc GCC_CODEC_DIGCODEC_CLK>; > - clock-names = "mclk"; > - interrupt-parent = <&spmi_bus>; > - interrupts = <0x1 0xf0 0x0 IRQ_TYPE_NONE>, > - <0x1 0xf0 0x1 IRQ_TYPE_NONE>, > - <0x1 0xf0 0x2 IRQ_TYPE_NONE>, > - <0x1 0xf0 0x3 IRQ_TYPE_NONE>, > - <0x1 0xf0 0x4 IRQ_TYPE_NONE>, > - <0x1 0xf0 0x5 IRQ_TYPE_NONE>, > - <0x1 0xf0 0x6 IRQ_TYPE_NONE>, > - <0x1 0xf0 0x7 IRQ_TYPE_NONE>, > - <0x1 0xf1 0x0 IRQ_TYPE_NONE>, > - <0x1 0xf1 0x1 IRQ_TYPE_NONE>, > - <0x1 0xf1 0x2 IRQ_TYPE_NONE>, > - <0x1 0xf1 0x3 IRQ_TYPE_NONE>, > - <0x1 0xf1 0x4 IRQ_TYPE_NONE>, > - <0x1 0xf1 0x5 IRQ_TYPE_NONE>; > - interrupt-names = "cdc_spk_cnp_int", > - "cdc_spk_clip_int", > - "cdc_spk_ocp_int", > - "mbhc_ins_rem_det1", > - "mbhc_but_rel_det", > - "mbhc_but_press_det", > - "mbhc_ins_rem_det", > - "mbhc_switch_int", > - "cdc_ear_ocp_int", > - "cdc_hphr_ocp_int", > - "cdc_hphl_ocp_det", > - "cdc_ear_cnp_int", > - "cdc_hphr_cnp_int", > - "cdc_hphl_cnp_int"; > - vdd-cdc-io-supply = <&pm8916_l5>; > - vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>; > - vdd-micbias-supply = <&pm8916_l13>; > - #sound-dai-cells = <1>; > - > - }; > - > + wcd_codec: codec@f000 { > + compatible = "qcom,pm8916-wcd-analog-codec"; > + reg = <0xf000 0x200>; > + reg-names = "pmic-codec-core"; > + clocks = <&gcc GCC_CODEC_DIGCODEC_CLK>; > + clock-names = "mclk"; > + interrupt-parent = <&spmi_bus>; > + interrupts = <0x1 0xf0 0x0 IRQ_TYPE_NONE>, > + <0x1 0xf0 0x1 IRQ_TYPE_NONE>, > + <0x1 0xf0 0x2 IRQ_TYPE_NONE>, > + <0x1 0xf0 0x3 IRQ_TYPE_NONE>, > + <0x1 0xf0 0x4 IRQ_TYPE_NONE>, > + <0x1 0xf0 0x5 IRQ_TYPE_NONE>, > + <0x1 0xf0 0x6 IRQ_TYPE_NONE>, > + <0x1 0xf0 0x7 IRQ_TYPE_NONE>, > + <0x1 0xf1 0x0 IRQ_TYPE_NONE>, > + <0x1 0xf1 0x1 IRQ_TYPE_NONE>, > + <0x1 0xf1 0x2 IRQ_TYPE_NONE>, > + <0x1 0xf1 0x3 IRQ_TYPE_NONE>, > + <0x1 0xf1 0x4 IRQ_TYPE_NONE>, > + <0x1 0xf1 0x5 IRQ_TYPE_NONE>; > + interrupt-names = "cdc_spk_cnp_int", > + "cdc_spk_clip_int", > + "cdc_spk_ocp_int", > + "mbhc_ins_rem_det1", > + "mbhc_but_rel_det", > + "mbhc_but_press_det", > + "mbhc_ins_rem_det", > + "mbhc_switch_int", > + "cdc_ear_ocp_int", > + "cdc_hphr_ocp_int", > + "cdc_hphl_ocp_det", > + "cdc_ear_cnp_int", > + "cdc_hphr_cnp_int", > + "cdc_hphl_cnp_int"; > + vdd-cdc-io-supply = <&pm8916_l5>; > + vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>; > + vdd-micbias-supply = <&pm8916_l13>; > + #sound-dai-cells = <1>; > + }; > }; > }; > -- > 2.15.0 >