[PATCH] dt-bindings: ata: highbank: Minor whitespace cleanup in example

Krzysztof Kozlowski posted 1 patch 1 month, 1 week ago
Documentation/devicetree/bindings/ata/sata_highbank.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: ata: highbank: Minor whitespace cleanup in example
Posted by Krzysztof Kozlowski 1 month, 1 week ago
The DTS code coding style expects exactly one space around '='
character.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/ata/sata_highbank.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/ata/sata_highbank.yaml b/Documentation/devicetree/bindings/ata/sata_highbank.yaml
index f23f26a8f21c..48bdca0f5577 100644
--- a/Documentation/devicetree/bindings/ata/sata_highbank.yaml
+++ b/Documentation/devicetree/bindings/ata/sata_highbank.yaml
@@ -85,7 +85,7 @@ examples:
         dma-coherent;
         calxeda,port-phys = <&combophy5 0>, <&combophy0 0>, <&combophy0 1>,
                              <&combophy0 2>, <&combophy0 3>;
-        calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>, <&gpioh 7 1>;
+        calxeda,sgpio-gpio = <&gpioh 5 1>, <&gpioh 6 1>, <&gpioh 7 1>;
         calxeda,led-order = <4 0 1 2 3>;
         calxeda,tx-atten = <0xff 22 0xff 0xff 23>;
         calxeda,pre-clocks = <10>;
-- 
2.48.1
Re: [PATCH] dt-bindings: ata: highbank: Minor whitespace cleanup in example
Posted by Damien Le Moal 1 month, 1 week ago
On 8/21/25 17:32, Krzysztof Kozlowski wrote:
> The DTS code coding style expects exactly one space around '='
> character.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Applied to for-6.18. Thanks !


-- 
Damien Le Moal
Western Digital Research
Re: [PATCH] dt-bindings: ata: highbank: Minor whitespace cleanup in example
Posted by Andre Przywara 1 month, 1 week ago
On Thu, 21 Aug 2025 10:32:40 +0200
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:

> The DTS code coding style expects exactly one space around '='
> character.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Acked-by: Andre Przywara <andre.przywara@arm.com>

Thanks,
Andre

> ---
>  Documentation/devicetree/bindings/ata/sata_highbank.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/ata/sata_highbank.yaml b/Documentation/devicetree/bindings/ata/sata_highbank.yaml
> index f23f26a8f21c..48bdca0f5577 100644
> --- a/Documentation/devicetree/bindings/ata/sata_highbank.yaml
> +++ b/Documentation/devicetree/bindings/ata/sata_highbank.yaml
> @@ -85,7 +85,7 @@ examples:
>          dma-coherent;
>          calxeda,port-phys = <&combophy5 0>, <&combophy0 0>, <&combophy0 1>,
>                               <&combophy0 2>, <&combophy0 3>;
> -        calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>, <&gpioh 7 1>;
> +        calxeda,sgpio-gpio = <&gpioh 5 1>, <&gpioh 6 1>, <&gpioh 7 1>;
>          calxeda,led-order = <4 0 1 2 3>;
>          calxeda,tx-atten = <0xff 22 0xff 0xff 23>;
>          calxeda,pre-clocks = <10>;