Dear Krzysztof, Thank you for the patch! I'm okay with changes to memsensing,msa311.yaml schema. On Wed, Jan 18, 2023 at 07:44:09PM +0100, Krzysztof Kozlowski wrote: > Cleanup by removing unneeded quotes from refs and redundant blank lines. > No functional impact except adjusting to preferred coding style. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../devicetree/bindings/iio/accel/memsensing,msa311.yaml | 5 ++--- > Documentation/devicetree/bindings/iio/adc/adi,ad7124.yaml | 2 +- > Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 2 +- > .../devicetree/bindings/iio/adc/atmel,sama5d2-adc.yaml | 2 +- > Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml | 4 ++-- > .../devicetree/bindings/iio/adc/ingenic,adc.yaml | 4 ++-- > .../devicetree/bindings/iio/adc/microchip,mcp3911.yaml | 4 ++-- > .../devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml | 2 +- > .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml | 2 +- > .../devicetree/bindings/iio/adc/st,stm32-adc.yaml | 8 ++++---- > .../devicetree/bindings/iio/adc/ti,ads131e08.yaml | 2 +- > Documentation/devicetree/bindings/iio/adc/ti,tsc2046.yaml | 2 +- > .../devicetree/bindings/iio/dac/lltc,ltc1660.yaml | 4 ++-- > .../devicetree/bindings/iio/dac/lltc,ltc2632.yaml | 4 ++-- > .../devicetree/bindings/iio/dac/st,stm32-dac.yaml | 4 ++-- > Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 2 +- > .../devicetree/bindings/iio/temperature/ti,tmp117.yaml | 6 +++--- > 17 files changed, 29 insertions(+), 30 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml b/Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml > index 23528dcaa073..d530ec041fe7 100644 > --- a/Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml > +++ b/Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml > @@ -1,9 +1,8 @@ > # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > - > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/iio/accel/memsensing,msa311.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/iio/accel/memsensing,msa311.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: MEMSensing digital 3-Axis accelerometer > Reviewed-by: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxx> [...] -- Thank you, Dmitry