dt-bindings: example-schema: Drop double quotes around URLs
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 19 Feb 2020 15:37:45 +0000 (16:37 +0100)
committerRob Herring <robh@kernel.org>
Wed, 26 Feb 2020 15:35:57 +0000 (09:35 -0600)
It is no longer needed to wrap URLs in double quotes.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/example-schema.yaml

index 4ddcf70..62811a1 100644 (file)
@@ -7,9 +7,9 @@
 
 # $id is a unique identifier based on the filename. There may or may not be a
 # file present at the URL.
-$id: "http://devicetree.org/schemas/example-schema.yaml#"
+$id: http://devicetree.org/schemas/example-schema.yaml#
 # $schema is the meta-schema this schema should be validated with.
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: An example schema annotated with jsonschema details