linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: atmel-isc: fix spelling mistake "profie" -> "profile"
@ 2019-04-17 16:34 Colin King
  2019-04-18  6:21 ` Eugen.Hristev
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2019-04-17 16:34 UTC (permalink / raw)
  To: Eugen Hristev, Mauro Carvalho Chehab, Nicolas Ferre,
	Alexandre Belloni, Ludovic Desroches, linux-media,
	linux-arm-kernel
  Cc: kernel-janitors, linux-kernel

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;
 	}
 
-- 
2.20.1


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

* Re: [PATCH] media: atmel-isc: fix spelling mistake "profie" -> "profile"
  2019-04-17 16:34 [PATCH] media: atmel-isc: fix spelling mistake "profie" -> "profile" Colin King
@ 2019-04-18  6:21 ` Eugen.Hristev
  0 siblings, 0 replies; 2+ messages in thread
From: Eugen.Hristev @ 2019-04-18  6:21 UTC (permalink / raw)
  To: colin.king, mchehab, Nicolas.Ferre, alexandre.belloni,
	Ludovic.Desroches, linux-media, linux-arm-kernel
  Cc: kernel-janitors, linux-kernel, hverkuil

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;
>   	}
>   
> 

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17 16:34 [PATCH] media: atmel-isc: fix spelling mistake "profie" -> "profile" Colin King
2019-04-18  6:21 ` Eugen.Hristev

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