Re: [PATCH 1/2] dt-bindings: dma: drop unneeded quotes

From: Matthias Brugger
Date: Thu Jan 19 2023 - 11:24:01 EST




On 18/01/2023 19:01, 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/dma/allwinner,sun4i-a10-dma.yaml | 2 +-
.../devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml | 2 +-
.../devicetree/bindings/dma/allwinner,sun6i-a31-dma.yaml | 2 +-
Documentation/devicetree/bindings/dma/altr,msgdma.yaml | 2 +-
Documentation/devicetree/bindings/dma/apple,admac.yaml | 2 +-
Documentation/devicetree/bindings/dma/arm-pl08x.yaml | 2 +-
Documentation/devicetree/bindings/dma/dma-controller.yaml | 2 +-
Documentation/devicetree/bindings/dma/dma-router.yaml | 2 +-
Documentation/devicetree/bindings/dma/fsl,edma.yaml | 2 +-
Documentation/devicetree/bindings/dma/ingenic,dma.yaml | 2 +-
Documentation/devicetree/bindings/dma/intel,ldma.yaml | 2 +-
Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml | 2 +-

[...]

diff --git a/Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml b/Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml
index 9ab4d81ead35..dab468a88942 100644
--- a/Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml
+++ b/Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml
@@ -14,7 +14,7 @@ description: |
for the UART peripheral bus.
allOf:
- - $ref: "dma-controller.yaml#"
+ - $ref: dma-controller.yaml#
properties:
compatible:

Reviewed-by: Matthias Brugger <matthias.bgg@xxxxxxxxx>