On Tue, 24 Jan 2023 09:33:42 +0100, Krzysztof Kozlowski wrote: > Cleanup examples: > - use 4-space indentation (for cases when it is neither 4 not 2 space), > - drop redundant blank lines, > - use lowercase hex. > > No functional impact except adjusting to preferred coding style. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> # renesas > Reviewed-by: Andrew Jeffery <andrew@xxxxxxxx> # aspeed > Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> # meson > > --- > > Changes since v1: > 1. Adjust indentation in two more examples (cdns,qspi-nor, st,stm32-spi) > 2. Add tags > --- > .../bindings/spi/amlogic,meson-gx-spicc.yaml | 26 +-- > .../bindings/spi/amlogic,meson6-spifc.yaml | 22 +-- > .../bindings/spi/aspeed,ast2600-fmc.yaml | 24 +-- > .../bindings/spi/brcm,spi-bcm-qspi.yaml | 156 +++++++++--------- > .../bindings/spi/cdns,qspi-nor.yaml | 34 ++-- > .../bindings/spi/nvidia,tegra210-quad.yaml | 42 ++--- > .../bindings/spi/qcom,spi-qcom-qspi.yaml | 1 - > .../devicetree/bindings/spi/renesas,rspi.yaml | 22 +-- > .../bindings/spi/spi-sunplus-sp7021.yaml | 4 +- > .../devicetree/bindings/spi/st,stm32-spi.yaml | 23 ++- > 10 files changed, 176 insertions(+), 178 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>