diff mbox series

[1/1] dt-bindings: dma: intel-ldma: Fix for JSON pointers syntax error

Message ID 2c0d0d87352a3af132c4eb18e9e1581e03b03eba.1611202226.git.mallikarjunax.reddy@linux.intel.com
State Superseded, archived
Headers show
Series [1/1] dt-bindings: dma: intel-ldma: Fix for JSON pointers syntax error | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 8 lines checked

Commit Message

Amireddy Mallikarjuna reddy Jan. 21, 2021, 4:12 a.m. UTC
There have been some fixes for JSON pointers and tools check now got this is missing a '/'.
Add missing a '/' in '/schemas/types.yaml#definitions/uint32'

Signed-off-by: Amireddy Mallikarjuna reddy <mallikarjunax.reddy@linux.intel.com>
---
 Documentation/devicetree/bindings/dma/intel,ldma.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul Jan. 26, 2021, 5:21 p.m. UTC | #1
On 21-01-21, 12:12, Amireddy Mallikarjuna reddy wrote:
> There have been some fixes for JSON pointers and tools check now got this is missing a '/'.
> Add missing a '/' in '/schemas/types.yaml#definitions/uint32'

Already applied patch from Bjorn which came before this
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/dma/intel,ldma.yaml b/Documentation/devicetree/bindings/dma/intel,ldma.yaml
index 866d4c758a7a..a5c4be783593 100644
--- a/Documentation/devicetree/bindings/dma/intel,ldma.yaml
+++ b/Documentation/devicetree/bindings/dma/intel,ldma.yaml
@@ -56,7 +56,7 @@  properties:
     maxItems: 1
 
   intel,dma-poll-cnt:
-    $ref: /schemas/types.yaml#definitions/uint32
+    $ref: /schemas/types.yaml#/definitions/uint32
     description:
       DMA descriptor polling counter is used to control the poling mechanism
       for the descriptor fetching for all channels.