diff mbox series

media: atmel-isc: fix spelling mistake "profie" -> "profile"

Message ID 20190417163425.12826-1-colin.king@canonical.com (mailing list archive)
State New, archived
Headers show
Series media: atmel-isc: fix spelling mistake "profie" -> "profile" | expand

Commit Message

Colin King April 17, 2019, 4:34 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a v4l2_warn warning message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/media/platform/atmel/atmel-isc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eugen Hristev April 18, 2019, 6:21 a.m. UTC | #1
Hi Colin,

Thanks for your patch but I think this conflicts with my previous patch 
which already changes this typo:

https://git.linuxtv.org/hverkuil/media_tree.git/commit/?h=for-v5.2b&id=f49b3974642991ffe3f728c531b8881419df63a0

patchwork:
https://patchwork.linuxtv.org/patch/55318/

Not yet merged into media_tree but on it's way I believe...

Eugen

On 17.04.2019 19:34, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a v4l2_warn warning message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   drivers/media/platform/atmel/atmel-isc.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/atmel/atmel-isc.c b/drivers/media/platform/atmel/atmel-isc.c
> index 9a399aa7ca92..e3cfce05d6b6 100644
> --- a/drivers/media/platform/atmel/atmel-isc.c
> +++ b/drivers/media/platform/atmel/atmel-isc.c
> @@ -1011,7 +1011,7 @@ static int isc_update_profile(struct isc_device *isc)
>   	}
>   
>   	if (counter < 0) {
> -		v4l2_warn(&isc->v4l2_dev, "Time out to update profie\n");
> +		v4l2_warn(&isc->v4l2_dev, "Time out to update profile\n");
>   		return -ETIMEDOUT;
>   	}
>   
>
diff mbox series

Patch

diff --git a/drivers/media/platform/atmel/atmel-isc.c b/drivers/media/platform/atmel/atmel-isc.c
index 9a399aa7ca92..e3cfce05d6b6 100644
--- a/drivers/media/platform/atmel/atmel-isc.c
+++ b/drivers/media/platform/atmel/atmel-isc.c
@@ -1011,7 +1011,7 @@  static int isc_update_profile(struct isc_device *isc)
 	}
 
 	if (counter < 0) {
-		v4l2_warn(&isc->v4l2_dev, "Time out to update profie\n");
+		v4l2_warn(&isc->v4l2_dev, "Time out to update profile\n");
 		return -ETIMEDOUT;
 	}