Hi Krzysztof On 1/18/23 18:39, 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> > --- [...] > diff --git a/Documentation/devicetree/bindings/spi/st,stm32-qspi.yaml b/Documentation/devicetree/bindings/spi/st,stm32-qspi.yaml > index 1eb17f7a4d86..8bba965a9ae6 100644 > --- a/Documentation/devicetree/bindings/spi/st,stm32-qspi.yaml > +++ b/Documentation/devicetree/bindings/spi/st,stm32-qspi.yaml > @@ -11,7 +11,7 @@ maintainers: > - Patrice Chotard <patrice.chotard@xxxxxxxxxxx> > > allOf: > - - $ref: "spi-controller.yaml#" > + - $ref: spi-controller.yaml# > > properties: > compatible: For stm32-qspi Reviewed-by: Patrice Chotard <patrice.chotard@xxxxxxxxxxx> Thanks Patrice