]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: net: litex,liteeth: Correct example indentation
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 21 Aug 2025 08:30:39 +0000 (10:30 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 25 Aug 2025 23:02:28 +0000 (16:02 -0700)
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>
Documentation/devicetree/bindings/net/litex,liteeth.yaml

index ebf4e360f8ddc88ea29a2419799b8db2d710a81d..bbb71556ec9eaa11946eb7226bcf8eb9b91ff6f4 100644 (file)
@@ -86,12 +86,12 @@ examples:
         phy-handle = <&eth_phy>;
 
         mdio {
-          #address-cells = <1>;
-          #size-cells = <0>;
+            #address-cells = <1>;
+            #size-cells = <0>;
 
-          eth_phy: ethernet-phy@0 {
-            reg = <0>;
-          };
+            eth_phy: ethernet-phy@0 {
+                reg = <0>;
+            };
         };
     };
 ...