diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-07-22 21:09:10 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-22 20:13:57 +0100 |
commit | b54f2401a17b829a402904d759b288e9bdc81df8 (patch) | |
tree | 3852e7ee2a6598e73e3cb5b923fc459c217773fe | |
parent | 23089eb6294dba58b625e7f0ec52d374d894031d (diff) | |
download | linux-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.yaml | 8 |
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>; }; }; |