linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: i2c: Fix repeated word in comments
@ 2022-08-26 10:00 Jules Maselbas
  2022-08-26 10:24 ` Jacopo Mondi
  0 siblings, 1 reply; 5+ messages in thread
From: Jules Maselbas @ 2022-08-26 10:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jules Maselbas, Jacopo Mondi, linux-media

Remove redundant word `the`.

CC: Jacopo Mondi <jacopo@jmondi.org>
CC: linux-media@vger.kernel.org
Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
---
 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.17.1


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

* Re: [PATCH] media: i2c: Fix repeated word in comments
  2022-08-26 10:00 [PATCH] media: i2c: Fix repeated word in comments Jules Maselbas
@ 2022-08-26 10:24 ` Jacopo Mondi
  2022-08-26 11:23   ` Hans Verkuil
  2022-08-26 12:46   ` Jules Maselbas
  0 siblings, 2 replies; 5+ messages in thread
From: Jacopo Mondi @ 2022-08-26 10:24 UTC (permalink / raw)
  To: Jules Maselbas; +Cc: linux-kernel, linux-media

Hi Jules

  thanks, but as reported in patchwork and lore
https://patchwork.linuxtv.org/project/linux-media/list/?series=&submitter=&state=*&q=mt9v111&archive=both&delegate=
https://lore.kernel.org/all/20220824135433.h2udwtnub7mlmtam@uno.localdomain/

This is the 4th patch to fix the same repeated word in a comment.

As I asked to Jilin, are you submitting this as part of a new
contributor program ?

Thanks
   j

On Fri, Aug 26, 2022 at 12:00:50PM +0200, Jules Maselbas wrote:
> Remove redundant word `the`.
>
> CC: Jacopo Mondi <jacopo@jmondi.org>
> CC: linux-media@vger.kernel.org
> Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
> ---
>  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.17.1
>

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

* Re: [PATCH] media: i2c: Fix repeated word in comments
  2022-08-26 10:24 ` Jacopo Mondi
@ 2022-08-26 11:23   ` Hans Verkuil
  2022-08-26 12:47     ` Jules Maselbas
  2022-08-26 12:46   ` Jules Maselbas
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Verkuil @ 2022-08-26 11:23 UTC (permalink / raw)
  To: Jacopo Mondi, Jules Maselbas; +Cc: linux-kernel, linux-media

I'm rejecting these patches in patchwork. All (or almost all) are duplicates.

Regards,

	Hans

On 8/26/22 12:24, Jacopo Mondi wrote:
> Hi Jules
> 
>   thanks, but as reported in patchwork and lore
> https://patchwork.linuxtv.org/project/linux-media/list/?series=&submitter=&state=*&q=mt9v111&archive=both&delegate=
> https://lore.kernel.org/all/20220824135433.h2udwtnub7mlmtam@uno.localdomain/
> 
> This is the 4th patch to fix the same repeated word in a comment.
> 
> As I asked to Jilin, are you submitting this as part of a new
> contributor program ?
> 
> Thanks
>    j
> 
> On Fri, Aug 26, 2022 at 12:00:50PM +0200, Jules Maselbas wrote:
>> Remove redundant word `the`.
>>
>> CC: Jacopo Mondi <jacopo@jmondi.org>
>> CC: linux-media@vger.kernel.org
>> Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
>> ---
>>  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.17.1
>>

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

* Re: [PATCH] media: i2c: Fix repeated word in comments
  2022-08-26 10:24 ` Jacopo Mondi
  2022-08-26 11:23   ` Hans Verkuil
@ 2022-08-26 12:46   ` Jules Maselbas
  1 sibling, 0 replies; 5+ messages in thread
From: Jules Maselbas @ 2022-08-26 12:46 UTC (permalink / raw)
  To: Jacopo Mondi; +Cc: linux-kernel, linux-media

Hi Jacopo,

On Fri, Aug 26, 2022 at 12:24:47PM +0200, Jacopo Mondi wrote:
> Hi Jules
> 
>   thanks, but as reported in patchwork and lore
> https://patchwork.linuxtv.org/project/linux-media/list/?series=&submitter=&state=*&q=mt9v111&archive=both&delegate=
> https://lore.kernel.org/all/20220824135433.h2udwtnub7mlmtam@uno.localdomain/
> 
> This is the 4th patch to fix the same repeated word in a comment.
 
> As I asked to Jilin, are you submitting this as part of a new
> contributor program ?
No, I've search for more repeated word after I've found one (in dma-buf heaps).
I then saw that there were already some fixed by Jilin Yuan (and
probably others).

I was expecting that some patches were sent for this, sorry for the noise. 

Cheers
 
> Thanks
>    j
> 
> On Fri, Aug 26, 2022 at 12:00:50PM +0200, Jules Maselbas wrote:
> > Remove redundant word `the`.
> >
> > CC: Jacopo Mondi <jacopo@jmondi.org>
> > CC: linux-media@vger.kernel.org
> > Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
> > ---
> >  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.17.1
> >





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

* Re: [PATCH] media: i2c: Fix repeated word in comments
  2022-08-26 11:23   ` Hans Verkuil
@ 2022-08-26 12:47     ` Jules Maselbas
  0 siblings, 0 replies; 5+ messages in thread
From: Jules Maselbas @ 2022-08-26 12:47 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Jacopo Mondi, linux-kernel, linux-media

On Fri, Aug 26, 2022 at 01:23:54PM +0200, Hans Verkuil wrote:
> I'm rejecting these patches in patchwork. All (or almost all) are duplicates.
I was expecting this, I didn't search for exiting patches. Sorry for the
noise.

Thanks
> Regards,
> 
> 	Hans
> 
> On 8/26/22 12:24, Jacopo Mondi wrote:
> > Hi Jules
> > 
> >   thanks, but as reported in patchwork and lore
> > https://patchwork.linuxtv.org/project/linux-media/list/?series=&submitter=&state=*&q=mt9v111&archive=both&delegate=
> > https://lore.kernel.org/all/20220824135433.h2udwtnub7mlmtam@uno.localdomain/
> > 
> > This is the 4th patch to fix the same repeated word in a comment.
> > 
> > As I asked to Jilin, are you submitting this as part of a new
> > contributor program ?
> > 
> > Thanks
> >    j
> > 
> > On Fri, Aug 26, 2022 at 12:00:50PM +0200, Jules Maselbas wrote:
> >> Remove redundant word `the`.
> >>
> >> CC: Jacopo Mondi <jacopo@jmondi.org>
> >> CC: linux-media@vger.kernel.org
> >> Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
> >> ---
> >>  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.17.1
> >>





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

end of thread, other threads:[~2022-08-26 12:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26 10:00 [PATCH] media: i2c: Fix repeated word in comments Jules Maselbas
2022-08-26 10:24 ` Jacopo Mondi
2022-08-26 11:23   ` Hans Verkuil
2022-08-26 12:47     ` Jules Maselbas
2022-08-26 12:46   ` Jules Maselbas

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