Re: [PATCH] media: atomisp-ov2680: A trivial typo fix
From: Randy Dunlap
Date:  Wed Mar 24 2021 - 17:44:01 EST
On 3/24/21 6:56 AM, Bhaskar Chowdhury wrote:
> 
> s/miror/mirror/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> ---
>  drivers/staging/media/atomisp/i2c/ov2680.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/media/atomisp/i2c/ov2680.h b/drivers/staging/media/atomisp/i2c/ov2680.h
> index 49920245e064..889395933099 100644
> --- a/drivers/staging/media/atomisp/i2c/ov2680.h
> +++ b/drivers/staging/media/atomisp/i2c/ov2680.h
> @@ -627,7 +627,7 @@ static struct ov2680_reg const ov2680_1296x976_30fps[] = {
>  	{0x5706, 0x0c},
>  	{0x5707, 0x78},
>  	{0x3820, 0xc0},
> -	{0x3821, 0x00}, //miror/flip
> +	{0x3821, 0x00}, //mirror/flip
>  	// {0x5090, 0x0c},
>  	{}
>  };
> --
-- 
~Randy