linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: atomisp-ov2680: A trivial typo fix
@ 2021-03-24 13:56 Bhaskar Chowdhury
  2021-03-24 21:42 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-24 13:56 UTC (permalink / raw)
  To: mchehab, sakari.ailus, gregkh, unixbhaskar, linux-media, devel,
	linux-kernel
  Cc: rdunlap


s/miror/mirror/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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},
 	{}
 };
--
2.30.1


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

* Re: [PATCH] media: atomisp-ov2680: A trivial typo fix
  2021-03-24 13:56 [PATCH] media: atomisp-ov2680: A trivial typo fix Bhaskar Chowdhury
@ 2021-03-24 21:42 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-24 21:42 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mchehab, sakari.ailus, gregkh, linux-media,
	devel, linux-kernel

On 3/24/21 6:56 AM, Bhaskar Chowdhury wrote:
> 
> s/miror/mirror/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

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


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

end of thread, other threads:[~2021-03-24 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 13:56 [PATCH] media: atomisp-ov2680: A trivial typo fix Bhaskar Chowdhury
2021-03-24 21:42 ` Randy Dunlap

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