2022-08-23 16:52:01

by wangjianli

[permalink] [raw]
Subject: [PATCH] media/i2c: fix repeated words in comments

Delete the redundant word 'the'.

Signed-off-by: wangjianli <[email protected]>
---
drivers/media/i2c/mt9v111.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/i2c/mt9v111.c b/drivers/media/i2c/mt9v111.c
index 2dc4a0f24ce8..7beca0b70b72 100644
--- a/drivers/media/i2c/mt9v111.c
+++ b/drivers/media/i2c/mt9v111.c
@@ -633,7 +633,7 @@ static int mt9v111_hw_config(struct mt9v111_dev *mt9v111)

/*
* Set pixel integration time to the whole frame time.
- * This value controls the the shutter delay when running with AE
+ * This value controls the shutter delay when running with AE
* disabled. If longer than frame time, it affects the output
* frame rate.
*/
--
2.36.1


2022-08-23 18:47:25

by jacopo mondi

[permalink] [raw]
Subject: Re: [PATCH] media/i2c: fix repeated words in comments

Hi wangjianli

thanks but this has already been addressed
https://patchwork.kernel.org/project/linux-media/patch/[email protected]/

On Tue, Aug 23, 2022 at 10:52:14PM +0800, wangjianli wrote:
> Delete the redundant word 'the'.
>
> Signed-off-by: wangjianli <[email protected]>
> ---
> drivers/media/i2c/mt9v111.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/i2c/mt9v111.c b/drivers/media/i2c/mt9v111.c
> index 2dc4a0f24ce8..7beca0b70b72 100644
> --- a/drivers/media/i2c/mt9v111.c
> +++ b/drivers/media/i2c/mt9v111.c
> @@ -633,7 +633,7 @@ static int mt9v111_hw_config(struct mt9v111_dev *mt9v111)
>
> /*
> * Set pixel integration time to the whole frame time.
> - * This value controls the the shutter delay when running with AE
> + * This value controls the shutter delay when running with AE
> * disabled. If longer than frame time, it affects the output
> * frame rate.
> */
> --
> 2.36.1
>