All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts/dtc: fix spelling mistake "endpont" -> "endpoint"
@ 2019-04-16 11:12 ` Colin King
  0 siblings, 0 replies; 6+ messages in thread
From: Colin King @ 2019-04-16 11:12 UTC (permalink / raw)
  To: Rob Herring, Frank Rowand, devicetree; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a FAIL message, fix it.

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 4834e44b37b2..faddf6a57236 100644
--- a/scripts/dtc/checks.c
+++ b/scripts/dtc/checks.c
@@ -1714,7 +1714,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.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] scripts/dtc: fix spelling mistake "endpont" -> "endpoint"
@ 2019-04-16 11:12 ` Colin King
  0 siblings, 0 replies; 6+ messages in thread
From: Colin King @ 2019-04-16 11:12 UTC (permalink / raw)
  To: Rob Herring, Frank Rowand, devicetree; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a FAIL message, fix it.

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 4834e44b37b2..faddf6a57236 100644
--- a/scripts/dtc/checks.c
+++ b/scripts/dtc/checks.c
@@ -1714,7 +1714,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.20.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] scripts/dtc: fix spelling mistake "endpont" -> "endpoint"
  2019-04-16 11:12 ` Colin King
@ 2019-04-16 13:28   ` Mukesh Ojha
  -1 siblings, 0 replies; 6+ messages in thread
From: Mukesh Ojha @ 2019-04-16 13:16 UTC (permalink / raw)
  To: Colin King, Rob Herring, Frank Rowand, devicetree
  Cc: kernel-janitors, linux-kernel


On 4/16/2019 4:42 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a FAIL message, fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh
> ---
>   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 4834e44b37b2..faddf6a57236 100644
> --- a/scripts/dtc/checks.c
> +++ b/scripts/dtc/checks.c
> @@ -1714,7 +1714,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);
>   

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] scripts/dtc: fix spelling mistake "endpont" -> "endpoint"
@ 2019-04-16 13:28   ` Mukesh Ojha
  0 siblings, 0 replies; 6+ messages in thread
From: Mukesh Ojha @ 2019-04-16 13:28 UTC (permalink / raw)
  To: Colin King, Rob Herring, Frank Rowand, devicetree
  Cc: kernel-janitors, linux-kernel


On 4/16/2019 4:42 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a FAIL message, fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh
> ---
>   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 4834e44b37b2..faddf6a57236 100644
> --- a/scripts/dtc/checks.c
> +++ b/scripts/dtc/checks.c
> @@ -1714,7 +1714,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);
>   

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] scripts/dtc: fix spelling mistake "endpont" -> "endpoint"
  2019-04-16 11:12 ` Colin King
@ 2019-04-16 18:17   ` Frank Rowand
  -1 siblings, 0 replies; 6+ messages in thread
From: Frank Rowand @ 2019-04-16 18:17 UTC (permalink / raw)
  To: Colin King, Rob Herring, devicetree; +Cc: kernel-janitors, linux-kernel

Hi Colin,

On 4/16/19 4:12 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a FAIL message, fix it.
> 
> 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 4834e44b37b2..faddf6a57236 100644
> --- a/scripts/dtc/checks.c
> +++ b/scripts/dtc/checks.c
> @@ -1714,7 +1714,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 the error.

This file is imported from an upstream project.  The error is fixed upstream in
commit 4762ad051ee0 ("checks: Fix spelling in check_graph_endpoint") in the
devicetree tools project.  Rob pulls the changes from this project on a
periodic basis.

-Frank

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] scripts/dtc: fix spelling mistake "endpont" -> "endpoint"
@ 2019-04-16 18:17   ` Frank Rowand
  0 siblings, 0 replies; 6+ messages in thread
From: Frank Rowand @ 2019-04-16 18:17 UTC (permalink / raw)
  To: Colin King, Rob Herring, devicetree; +Cc: kernel-janitors, linux-kernel

Hi Colin,

On 4/16/19 4:12 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a FAIL message, fix it.
> 
> 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 4834e44b37b2..faddf6a57236 100644
> --- a/scripts/dtc/checks.c
> +++ b/scripts/dtc/checks.c
> @@ -1714,7 +1714,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 the error.

This file is imported from an upstream project.  The error is fixed upstream in
commit 4762ad051ee0 ("checks: Fix spelling in check_graph_endpoint") in the
devicetree tools project.  Rob pulls the changes from this project on a
periodic basis.

-Frank

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-04-16 18:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 11:12 [PATCH] scripts/dtc: fix spelling mistake "endpont" -> "endpoint" Colin King
2019-04-16 11:12 ` Colin King
2019-04-16 13:16 ` Mukesh Ojha
2019-04-16 13:28   ` Mukesh Ojha
2019-04-16 18:17 ` Frank Rowand
2019-04-16 18:17   ` Frank Rowand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.