On Wed, Jan 18, 2023 at 06:39:31PM +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> > --- [nip] > .../bindings/spi/snps,dw-apb-ssi.yaml | 2 +- [nip] > diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml > index d33b72fabc5d..a132b5fc56e0 100644 > --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml > +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml > @@ -10,7 +10,7 @@ maintainers: > - Mark Brown <broonie@xxxxxxxxxx> > > allOf: > - - $ref: "spi-controller.yaml#" > + - $ref: spi-controller.yaml# > - if: > properties: > compatible: For the Synopsys DW SSI bindings: Reviewed-by: Serge Semin <fancer.lancer@xxxxxxxxx> Thanks -Serge(y)