Message ID | 20220526204606.833054-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 85d616dd19ac93a7a77b2b43f21f83233774fe27 |
Headers | show |
Series | [1/5] arm64: dts: altera: adjust whitespace around '=' | expand |
On 5/26/22 15:46, 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). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > --- > > Output compared with dtx_diff and fdtdump. > --- > arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi > index aa2bba75265f..db771690641b 100644 > --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi > +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi > @@ -594,7 +594,7 @@ emac0-tx-ecc@ff8c0400 { > }; > > qspi: spi@ff8d2000 { > - compatible = "intel,socfpga-qspi", "cdns,qspi-nor"; > + compatible = "intel,socfpga-qspi", "cdns,qspi-nor"; > #address-cells = <1>; > #size-cells = <0>; > reg = <0xff8d2000 0x100>, Applied! Thanks, Dinh
Hello: This series was applied to soc/soc.git (for-next) by Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>: On Thu, 26 May 2022 22:46:02 +0200 you wrote: > 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> > > > [...] Here is the summary with links: - [1/5] arm64: dts: altera: adjust whitespace around '=' https://git.kernel.org/soc/soc/c/85d616dd19ac - [2/5] arm64: dts: amd: adjust whitespace around '=' https://git.kernel.org/soc/soc/c/dec1c62e91ba - [3/5] arm64: dts: apm: adjust whitespace around '=' https://git.kernel.org/soc/soc/c/d57cc3b903db - [4/5] arm64: dts: toshiba: adjust whitespace around '=' (no matching commit) - [5/5] arm64: dts: lg: adjust whitespace around '=' https://git.kernel.org/soc/soc/c/b88d11f84da6 You are awesome, thank you!
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index aa2bba75265f..db771690641b 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -594,7 +594,7 @@ emac0-tx-ecc@ff8c0400 { }; qspi: spi@ff8d2000 { - compatible = "intel,socfpga-qspi", "cdns,qspi-nor"; + compatible = "intel,socfpga-qspi", "cdns,qspi-nor"; #address-cells = <1>; #size-cells = <0>; reg = <0xff8d2000 0x100>,
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/altera/socfpga_stratix10.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)