]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: iio: adi,ltc2664: Minor whitespace cleanup in example
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 21 Aug 2025 08:31:51 +0000 (10:31 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 25 Aug 2025 10:59:29 +0000 (11:59 +0100)
The DTS code coding style expects exactly one space around '='
character.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250821083150.46554-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/devicetree/bindings/iio/dac/adi,ltc2664.yaml

index 1aece3392b77a0cced35caf3711ad363d01870e8..4688eccfeb8964792ea2243d93313d8cdc7af599 100644 (file)
@@ -174,7 +174,7 @@ examples:
 
             channel@1 {
                 reg = <1>;
-                output-range-microvolt= <0 10000000>;
+                output-range-microvolt = <0 10000000>;
             };
         };
     };