summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-07-22 21:09:10 +0200
committerMark Brown <broonie@kernel.org>2022-07-22 20:13:57 +0100
commitb54f2401a17b829a402904d759b288e9bdc81df8 (patch)
tree3852e7ee2a6598e73e3cb5b923fc459c217773fe
parent23089eb6294dba58b625e7f0ec52d374d894031d (diff)
downloadlinux-b54f2401a17b829a402904d759b288e9bdc81df8.tar.gz
linux-b54f2401a17b829a402904d759b288e9bdc81df8.tar.bz2
linux-b54f2401a17b829a402904d759b288e9bdc81df8.zip
spi: dt-bindings: spi-controller: correct example indentation
Example DTS mixed two with four-space indentation. Preferred is four spaces, for readability. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220722190910.76865-1-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/spi/spi-controller.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-controller.yaml b/Documentation/devicetree/bindings/spi/spi-controller.yaml
index ebb4d5f1cf4f..678cee68b52a 100644
--- a/Documentation/devicetree/bindings/spi/spi-controller.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-controller.yaml
@@ -139,9 +139,9 @@ examples:
};
flash@2 {
- compatible = "jedec,spi-nor";
- spi-max-frequency = <50000000>;
- reg = <2>, <3>;
- stacked-memories = /bits/ 64 <0x10000000 0x10000000>;
+ compatible = "jedec,spi-nor";
+ spi-max-frequency = <50000000>;
+ reg = <2>, <3>;
+ stacked-memories = /bits/ 64 <0x10000000 0x10000000>;
};
};