* [PATCH][next] scripts/dtc: fix spelling mistake: "endpont" -> "endpoint"
@ 2018-05-15 9:02 Colin King
2018-05-15 20:42 ` Frank Rowand
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-05-15 9:02 UTC (permalink / raw)
To: Rob Herring, Frank Rowand, devicetree; +Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in FAIL message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
scripts/dtc/checks.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/dtc/checks.c b/scripts/dtc/checks.c
index a2cc1036c915..9d253819e12c 100644
--- a/scripts/dtc/checks.c
+++ b/scripts/dtc/checks.c
@@ -1536,7 +1536,7 @@ static void check_graph_endpoint(struct check *c, struct dt_info *dti,
return;
if (!strprefixeq(node->name, node->basenamelen, "endpoint"))
- FAIL(c, dti, node, "graph endpont node name should be 'endpoint'");
+ FAIL(c, dti, node, "graph endpoint node name should be 'endpoint'");
check_graph_reg(c, dti, node);
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][next] scripts/dtc: fix spelling mistake: "endpont" -> "endpoint"
2018-05-15 9:02 [PATCH][next] scripts/dtc: fix spelling mistake: "endpont" -> "endpoint" Colin King
@ 2018-05-15 20:42 ` Frank Rowand
0 siblings, 0 replies; 2+ messages in thread
From: Frank Rowand @ 2018-05-15 20:42 UTC (permalink / raw)
To: Colin King, Rob Herring, devicetree; +Cc: kernel-janitors, linux-kernel
Hi Colin,
On 05/15/18 02:02, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in FAIL message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> scripts/dtc/checks.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/dtc/checks.c b/scripts/dtc/checks.c
> index a2cc1036c915..9d253819e12c 100644
> --- a/scripts/dtc/checks.c
> +++ b/scripts/dtc/checks.c
> @@ -1536,7 +1536,7 @@ static void check_graph_endpoint(struct check *c, struct dt_info *dti,
> return;
>
> if (!strprefixeq(node->name, node->basenamelen, "endpoint"))
> - FAIL(c, dti, node, "graph endpont node name should be 'endpoint'");
> + FAIL(c, dti, node, "graph endpoint node name should be 'endpoint'");
>
> check_graph_reg(c, dti, node);
>
>
Thanks for catching this.
We import this file from the upstream dtc project. Please send this same exact patch
to:
David Gibson <david@gibson.dropbear.id.au>
devicetree-compiler@vger.kernel.org
Thanks,
Frank
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-15 20:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-15 9:02 [PATCH][next] scripts/dtc: fix spelling mistake: "endpont" -> "endpoint" Colin King
2018-05-15 20:42 ` Frank Rowand
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).