linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] media: i2c: fix spelling mistakes: "enpoint" -> "endpoint"
@ 2021-01-13 10:05 Colin King
  2021-01-14  8:49 ` Paul Kocialkowski
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-01-13 10:05 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Paul Kocialkowski, Sakari Ailus,
	Kévin L'hôpital, linux-media
  Cc: kernel-janitors, linux-kernel

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

There are two spelling mistakes in dev_err messages. Fix these.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/media/i2c/ov5648.c | 2 +-
 drivers/media/i2c/ov8865.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/i2c/ov5648.c b/drivers/media/i2c/ov5648.c
index 609aa67b54ce..46ad0a539853 100644
--- a/drivers/media/i2c/ov5648.c
+++ b/drivers/media/i2c/ov5648.c
@@ -2453,7 +2453,7 @@ static int ov5648_probe(struct i2c_client *client)
 
 	handle = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL);
 	if (!handle) {
-		dev_err(dev, "unable to find enpoint node\n");
+		dev_err(dev, "unable to find endpoint node\n");
 		return -EINVAL;
 	}
 
diff --git a/drivers/media/i2c/ov8865.c b/drivers/media/i2c/ov8865.c
index fda5a55979aa..fd5be8ef079c 100644
--- a/drivers/media/i2c/ov8865.c
+++ b/drivers/media/i2c/ov8865.c
@@ -2799,7 +2799,7 @@ static int ov8865_probe(struct i2c_client *client)
 
 	handle = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL);
 	if (!handle) {
-		dev_err(dev, "unable to find enpoint node\n");
+		dev_err(dev, "unable to find endpoint node\n");
 		return -EINVAL;
 	}
 
-- 
2.29.2


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

* Re: [PATCH][next] media: i2c: fix spelling mistakes: "enpoint" -> "endpoint"
  2021-01-13 10:05 [PATCH][next] media: i2c: fix spelling mistakes: "enpoint" -> "endpoint" Colin King
@ 2021-01-14  8:49 ` Paul Kocialkowski
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Kocialkowski @ 2021-01-14  8:49 UTC (permalink / raw)
  To: Colin King
  Cc: Mauro Carvalho Chehab, Sakari Ailus,
	Kévin L'hôpital, linux-media, kernel-janitors,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]

Hi,

On Wed 13 Jan 21, 10:05, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There are two spelling mistakes in dev_err messages. Fix these.

Thanks for the patch!

Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>

Cheers,

Paul

> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/media/i2c/ov5648.c | 2 +-
>  drivers/media/i2c/ov8865.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/media/i2c/ov5648.c b/drivers/media/i2c/ov5648.c
> index 609aa67b54ce..46ad0a539853 100644
> --- a/drivers/media/i2c/ov5648.c
> +++ b/drivers/media/i2c/ov5648.c
> @@ -2453,7 +2453,7 @@ static int ov5648_probe(struct i2c_client *client)
>  
>  	handle = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL);
>  	if (!handle) {
> -		dev_err(dev, "unable to find enpoint node\n");
> +		dev_err(dev, "unable to find endpoint node\n");
>  		return -EINVAL;
>  	}
>  
> diff --git a/drivers/media/i2c/ov8865.c b/drivers/media/i2c/ov8865.c
> index fda5a55979aa..fd5be8ef079c 100644
> --- a/drivers/media/i2c/ov8865.c
> +++ b/drivers/media/i2c/ov8865.c
> @@ -2799,7 +2799,7 @@ static int ov8865_probe(struct i2c_client *client)
>  
>  	handle = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL);
>  	if (!handle) {
> -		dev_err(dev, "unable to find enpoint node\n");
> +		dev_err(dev, "unable to find endpoint node\n");
>  		return -EINVAL;
>  	}
>  
> -- 
> 2.29.2
> 

-- 
Paul Kocialkowski, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2021-01-14  8:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13 10:05 [PATCH][next] media: i2c: fix spelling mistakes: "enpoint" -> "endpoint" Colin King
2021-01-14  8:49 ` Paul Kocialkowski

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).