lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ecaa2038-3df6-8fbe-ad7e-b8472c4fb32a@microchip.com>
Date:   Thu, 18 Apr 2019 06:21:19 +0000
From:   <Eugen.Hristev@...rochip.com>
To:     <colin.king@...onical.com>, <mchehab@...nel.org>,
        <Nicolas.Ferre@...rochip.com>, <alexandre.belloni@...tlin.com>,
        <Ludovic.Desroches@...rochip.com>, <linux-media@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>
CC:     <kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <hverkuil@...all.nl>
Subject: Re: [PATCH] media: atmel-isc: fix spelling mistake "profie" ->
 "profile"

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@...onical.com>
> 
> There is a spelling mistake in a v4l2_warn warning message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.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;
>   	}
>   
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ