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

dt-bindings: net: litex,liteeth: Correct example indentation

DTS example in the bindings should be indented with 2- or 4-spaces, so
correct a mixture of different styles to keep consistent 4-spaces.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Gabriel Somlo <gsomlo@gmail.com>
Link: https://patch.msgid.link/20250821083038.46274-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Jakub Kicinski
bc2741b0 e7901296

+5 -5
+5 -5
Documentation/devicetree/bindings/net/litex,liteeth.yaml
··· 86 86 phy-handle = <&eth_phy>; 87 87 88 88 mdio { 89 - #address-cells = <1>; 90 - #size-cells = <0>; 89 + #address-cells = <1>; 90 + #size-cells = <0>; 91 91 92 - eth_phy: ethernet-phy@0 { 93 - reg = <0>; 94 - }; 92 + eth_phy: ethernet-phy@0 { 93 + reg = <0>; 94 + }; 95 95 }; 96 96 }; 97 97 ...