Message ID | 20220526204606.833054-4-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [1/5] arm64: dts: altera: adjust whitespace around '=' | expand |
Hi Krzysztof, > -----Original Message----- > From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Sent: Friday, May 27, 2022 5:46 AM > To: Arnd Bergmann <arnd@arndb.de>; Olof Johansson <olof@lixom.net>; > arm@kernel.org; soc@kernel.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯A > CT) <nobuhiro1.iwamatsu@toshiba.co.jp>; Rob Herring > <robh+dt@kernel.org>; Krzysztof Kozlowski > <krzysztof.kozlowski+dt@linaro.org>; linux-arm-kernel@lists.infradead.org; > devicetree@vger.kernel.org; linux-kernel@vger.kernel.org > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Subject: [PATCH 4/5] arm64: dts: toshiba: adjust whitespace around '=' > > Fix whitespace coding style: use single space instead of tabs or multiple > spaces around '=' sign in property assignment. No functional changes (same > DTB). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Thank you. Applied on visconti/fixes. Best regards, Nobuhiro > --- > > Output compared with dtx_diff and fdtdump. > --- > arch/arm64/boot/dts/toshiba/tmpv7708.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi > b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi > index 0fc32c036f30..b04829b3175d 100644 > --- a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi > +++ b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi > @@ -485,7 +485,7 @@ pcie: pcie@28400000 { > <0x0 0x28050000 0x0 0x00010000>, > <0x0 0x24200000 0x0 0x00002000>, > <0x0 0x24162000 0x0 0x00001000>; > - reg-names = "dbi", "config", "ulreg", "smu", "mpu"; > + reg-names = "dbi", "config", "ulreg", "smu", "mpu"; > device_type = "pci"; > bus-range = <0x00 0xff>; > num-lanes = <2>; > -- > 2.34.1
On 27/05/2022 08:20, nobuhiro1.iwamatsu@toshiba.co.jp wrote: > Hi Krzysztof, > >> -----Original Message----- >> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> Sent: Friday, May 27, 2022 5:46 AM >> To: Arnd Bergmann <arnd@arndb.de>; Olof Johansson <olof@lixom.net>; >> arm@kernel.org; soc@kernel.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯A >> CT) <nobuhiro1.iwamatsu@toshiba.co.jp>; Rob Herring >> <robh+dt@kernel.org>; Krzysztof Kozlowski >> <krzysztof.kozlowski+dt@linaro.org>; linux-arm-kernel@lists.infradead.org; >> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org >> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> Subject: [PATCH 4/5] arm64: dts: toshiba: adjust whitespace around '=' >> >> Fix whitespace coding style: use single space instead of tabs or multiple >> spaces around '=' sign in property assignment. No functional changes (same >> DTB). >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> > > Thank you. > Applied on visconti/fixes. This was supposed to be applied almost a year ago but I still cannot find it in mainline. I assume it was lost, so I'll take it with my other cleanups. Let me know otherwise (but then please really take it...). Best regards, Krzysztof
On Thu, 26 May 2022 22:46:05 +0200, Krzysztof Kozlowski wrote: > Fix whitespace coding style: use single space instead of tabs or > multiple spaces around '=' sign in property assignment. No functional > changes (same DTB). > > Applied, thanks! [4/5] arm64: dts: toshiba: adjust whitespace around '=' https://git.kernel.org/krzk/linux-dt/c/8a922b7728a93d837954315c98b84f6b78de0c4f Best regards,
diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi index 0fc32c036f30..b04829b3175d 100644 --- a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi +++ b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi @@ -485,7 +485,7 @@ pcie: pcie@28400000 { <0x0 0x28050000 0x0 0x00010000>, <0x0 0x24200000 0x0 0x00002000>, <0x0 0x24162000 0x0 0x00001000>; - reg-names = "dbi", "config", "ulreg", "smu", "mpu"; + reg-names = "dbi", "config", "ulreg", "smu", "mpu"; device_type = "pci"; bus-range = <0x00 0xff>; num-lanes = <2>;
Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Output compared with dtx_diff and fdtdump. --- arch/arm64/boot/dts/toshiba/tmpv7708.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)