* [PATCH] dt-bindings: Correct spelling in example schema
@ 2019-09-06 11:16 Simon Horman
2019-09-06 11:17 ` Rob Herring
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2019-09-06 11:16 UTC (permalink / raw)
To: Rob Herring, Mark Rutland
Cc: Geert Uytterhoeven, Magnus Damm, devicetree, linux-renesas-soc,
Simon Horman
Correct spelling of "identifier".
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Based on v5.3-rc1
---
Documentation/devicetree/bindings/example-schema.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/example-schema.yaml b/Documentation/devicetree/bindings/example-schema.yaml
index 9175d67f355d..c43819c2783a 100644
--- a/Documentation/devicetree/bindings/example-schema.yaml
+++ b/Documentation/devicetree/bindings/example-schema.yaml
@@ -5,7 +5,7 @@
# All the top-level keys are standard json-schema keywords except for
# 'maintainers' and 'select'
-# $id is a unique idenifier based on the filename. There may or may not be a
+# $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#"
# $schema is the meta-schema this schema should be validated with.
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Correct spelling in example schema
2019-09-06 11:16 [PATCH] dt-bindings: Correct spelling in example schema Simon Horman
@ 2019-09-06 11:17 ` Rob Herring
2019-09-06 11:25 ` Geert Uytterhoeven
2019-09-06 14:29 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2019-09-06 11:17 UTC (permalink / raw)
To: Simon Horman
Cc: Mark Rutland, Geert Uytterhoeven, Magnus Damm, devicetree,
open list:MEDIA DRIVERS FOR RENESAS - FCP
On Fri, Sep 6, 2019 at 12:16 PM Simon Horman <horms+renesas@verge.net.au> wrote:
>
> Correct spelling of "identifier".
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> Based on v5.3-rc1
> ---
> Documentation/devicetree/bindings/example-schema.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/example-schema.yaml b/Documentation/devicetree/bindings/example-schema.yaml
> index 9175d67f355d..c43819c2783a 100644
> --- a/Documentation/devicetree/bindings/example-schema.yaml
> +++ b/Documentation/devicetree/bindings/example-schema.yaml
> @@ -5,7 +5,7 @@
> # All the top-level keys are standard json-schema keywords except for
> # 'maintainers' and 'select'
>
> -# $id is a unique idenifier based on the filename. There may or may not be a
> +# $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#"
> # $schema is the meta-schema this schema should be validated with.
> --
> 2.11.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Correct spelling in example schema
2019-09-06 11:16 [PATCH] dt-bindings: Correct spelling in example schema Simon Horman
2019-09-06 11:17 ` Rob Herring
@ 2019-09-06 11:25 ` Geert Uytterhoeven
2019-09-06 14:29 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-09-06 11:25 UTC (permalink / raw)
To: Simon Horman
Cc: Rob Herring, Mark Rutland, Geert Uytterhoeven, Magnus Damm,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
Linux-Renesas
On Fri, Sep 6, 2019 at 1:16 PM Simon Horman <horms+renesas@verge.net.au> wrote:
> Correct spelling of "identifier".
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Correct spelling in example schema
2019-09-06 11:16 [PATCH] dt-bindings: Correct spelling in example schema Simon Horman
2019-09-06 11:17 ` Rob Herring
2019-09-06 11:25 ` Geert Uytterhoeven
@ 2019-09-06 14:29 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2019-09-06 14:29 UTC (permalink / raw)
To: Simon Horman
Cc: Mark Rutland, Geert Uytterhoeven, Magnus Damm, devicetree,
linux-renesas-soc
On Fri, 6 Sep 2019 13:16:24 +0200, Simon Horman wrote:
> Correct spelling of "identifier".
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> Based on v5.3-rc1
> ---
> Documentation/devicetree/bindings/example-schema.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks.
Rob
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-09-06 14:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-06 11:16 [PATCH] dt-bindings: Correct spelling in example schema Simon Horman
2019-09-06 11:17 ` Rob Herring
2019-09-06 11:25 ` Geert Uytterhoeven
2019-09-06 14:29 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).