[PATCH] arm64: dts: marvell: minor whitespace cleanup around '='

Krzysztof Kozlowski posted 1 patch 2 years, 7 months ago
arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] arm64: dts: marvell: minor whitespace cleanup around '='
Posted by Krzysztof Kozlowski 2 years, 7 months ago
The DTS code coding style expects exactly one space before and after '='
sign.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi b/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi
index c9ce1010c415..8c61b027eb2c 100644
--- a/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi
@@ -144,7 +144,7 @@ i2c0: i2c@11000{
 				clocks = <&cnm_clock>;
 				clock-names = "core";
 				interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
-				clock-frequency=<100000>;
+				clock-frequency = <100000>;
 
 				pinctrl-names = "default", "gpio";
 				pinctrl-0 = <&i2c0_pins>;
@@ -163,7 +163,7 @@ i2c1: i2c@11100{
 				clocks = <&cnm_clock>;
 				clock-names = "core";
 				interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
-				clock-frequency=<100000>;
+				clock-frequency = <100000>;
 
 				pinctrl-names = "default", "gpio";
 				pinctrl-0 = <&i2c1_pins>;
-- 
2.34.1
Re: [PATCH] arm64: dts: marvell: minor whitespace cleanup around '='
Posted by Krzysztof Kozlowski 2 years, 4 months ago
On Sun, 02 Jul 2023 20:53:01 +0200, Krzysztof Kozlowski wrote:
> The DTS code coding style expects exactly one space before and after '='
> sign.
> 
> 

Patches were waiting long enough on the lists. I assume there are no objections,
at least none were shared, and this just slipped through the cracks. I applied
to my tree for further soc pull request, but if anyone wants to take it
instead, let me know.

Applied, thanks!

[1/1] arm64: dts: marvell: minor whitespace cleanup around '='
      https://git.kernel.org/krzk/linux-dt/c/12ca3ca8cf06d803b3690ef523ccf5ffd0b23a71

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>