On Sat, Aug 01, 2026 at 09:56:14PM +0200, Krzysztof Kozlowski wrote: > Correct a few white-space issues, like double space after '=' or before > bracket '{' characters, which will be flagged by dt-check-style. No > functional changes. > > Signed-off-by: Krzysztof Kozlowski > [...] > diff --git a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml > index bae993128981..40397bdf2d69 100644 > --- a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml > +++ b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml > @@ -62,7 +62,7 @@ additionalProperties: false > > examples: > - | > - pwm: pwm@10020000 { > + pwm@10020000 { > compatible = "sifive,fu540-c000-pwm", "sifive,pwm0"; > reg = <0x10020000 0x1000>; > clocks = <&tlclk>; I'm ok with this change (as &pwm is unused in the example), I also don't care much about this not being a whitespace only change and thus not really matching the commit log. Acked-by: Uwe Kleine-König # for Documentation/devicetree/bindings/pwm Best regards Uwe