From: Geert Uytterhoeven Date: Wed, 19 Feb 2020 15:37:45 +0000 (+0100) Subject: dt-bindings: example-schema: Drop double quotes around URLs X-Git-Tag: v5.15~4165^2~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=238415f76084080f3085e72ead4b76775d21fc46;p=platform%2Fkernel%2Flinux-starfive.git dt-bindings: example-schema: Drop double quotes around URLs It is no longer needed to wrap URLs in double quotes. Signed-off-by: Geert Uytterhoeven Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/example-schema.yaml b/Documentation/devicetree/bindings/example-schema.yaml index 4ddcf70..62811a1 100644 --- a/Documentation/devicetree/bindings/example-schema.yaml +++ b/Documentation/devicetree/bindings/example-schema.yaml @@ -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