On Wed, Jan 18, 2023 at 07:44:13PM +0100, Krzysztof Kozlowski wrote: > Use 4-space indentation (for cases when it is neither 4 not 2 space). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- [...] > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml > index 1d965124c488..04b12146959e 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml > @@ -120,5 +120,5 @@ examples: > adi,rejection-60-Hz-enable; > adi,buffer-enable; > adi,burnout-currents-enable; > - }; > + }; Indentation needs adjusting. Otherwise, Acked-by: Rob Herring <robh@xxxxxxxxxx>