Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: adi,ltc2664: Minor whitespace cleanup in example

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>

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
5c2bf13c 60ad9a07

+1 -1
+1 -1
Documentation/devicetree/bindings/iio/dac/adi,ltc2664.yaml
··· 174 174 175 175 channel@1 { 176 176 reg = <1>; 177 - output-range-microvolt= <0 10000000>; 177 + output-range-microvolt = <0 10000000>; 178 178 }; 179 179 }; 180 180 };