diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-02-19 16:37:45 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-02-26 16:35:57 +0100 |
commit | 238415f76084080f3085e72ead4b76775d21fc46 (patch) | |
tree | 89e69c5be837a14795fd4a40c89a8e11b06c4daa /Documentation/devicetree/bindings/example-schema.yaml | |
parent | of: of_reserved_mem: Increase limit on number of reserved regions (diff) | |
download | linux-238415f76084080f3085e72ead4b76775d21fc46.tar.xz linux-238415f76084080f3085e72ead4b76775d21fc46.zip |
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 <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/example-schema.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/example-schema.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/example-schema.yaml b/Documentation/devicetree/bindings/example-schema.yaml index 4ddcf709cc3c..62811a1b5058 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 |