Commit 0121898e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring (Arm)
Browse files

dt-bindings: Correct indentation and style in DTS example



DTS example in the bindings should be indented with 2- or 4-spaces and
aligned with opening '- |', so correct any differences like 3-spaces or
mixtures 2- and 4-spaces in one binding.

No functional changes here, but saves some comments during reviews of
new patches built on existing code.

Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # For MMC
Acked-by: default avatarLee Jones <lee@kernel.org>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> # renesas
Link: https://lore.kernel.org/r/20250107131456.247610-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250725100241.120106-2-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent 7ef2310b
Loading
Loading
Loading
Loading
+99 −100
Original line number Diff line number Diff line
@@ -140,7 +140,6 @@ examples:
    };

  - |

    led-controller {
        compatible = "mediatek,mt6360-led";
        #address-cells = <1>;
+8 −7
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@ examples:
    reserved-memory {
        #address-cells = <2>;
        #size-cells = <2>;
       dram_cpu_bpmp_mail: shmem@f1be0000 {

        shmem@f1be0000 {
            compatible = "nvidia,tegra264-bpmp-shmem";
            reg = <0x0 0xf1be0000 0x0 0x2000>;
            no-map;
+10 −10

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+14 −14

File changed.

Contains only whitespace changes.

+19 −19

File changed.

Contains only whitespace changes.

+21 −21

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+38 −38

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+36 −36

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+25 −25

File changed.

Contains only whitespace changes.

+17 −17

File changed.

Contains only whitespace changes.

+11 −11

File changed.

Contains only whitespace changes.

+16 −16

File changed.

Contains only whitespace changes.

+26 −26

File changed.

Contains only whitespace changes.

Loading