linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tty: serial: atmel: fix spelling typo in comment
@ 2022-09-06  6:39 Jiangshan Yi
  2022-09-06 10:21 ` Richard Genoud
  2022-09-07 12:34 ` Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Jiangshan Yi @ 2022-09-06  6:39 UTC (permalink / raw)
  To: richard.genoud, gregkh
  Cc: alexandre.belloni, k2ci, linux-kernel, linux-serial, jirislaby,
	claudiu.beznea, linux-arm-kernel, Jiangshan Yi

From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 drivers/tty/serial/atmel_serial.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c
index 7450d3853031..7f8af2ea3fa5 100644
--- a/drivers/tty/serial/atmel_serial.c
+++ b/drivers/tty/serial/atmel_serial.c
@@ -40,7 +40,7 @@
 /* Revisit: We should calculate this based on the actual port settings */
 #define PDC_RX_TIMEOUT		(3 * 10)		/* 3 bytes */
 
-/* The minium number of data FIFOs should be able to contain */
+/* The minimum number of data FIFOs should be able to contain */
 #define ATMEL_MIN_FIFO_SIZE	8
 /*
  * These two offsets are substracted from the RX FIFO size to define the RTS
-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] tty: serial: atmel: fix spelling typo in comment
  2022-09-06  6:39 [PATCH] tty: serial: atmel: fix spelling typo in comment Jiangshan Yi
@ 2022-09-06 10:21 ` Richard Genoud
  2022-09-07  6:57   ` Claudiu.Beznea
  2022-09-07 12:34 ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Genoud @ 2022-09-06 10:21 UTC (permalink / raw)
  To: Jiangshan Yi, gregkh
  Cc: alexandre.belloni, k2ci, linux-kernel, linux-serial, jirislaby,
	claudiu.beznea, linux-arm-kernel, Jiangshan Yi

Le 06/09/2022 à 08:39, Jiangshan Yi a écrit :
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Acked-by: Richard Genoud <richard.genoud@gmail.com>


> ---
>  drivers/tty/serial/atmel_serial.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c
> index 7450d3853031..7f8af2ea3fa5 100644
> --- a/drivers/tty/serial/atmel_serial.c
> +++ b/drivers/tty/serial/atmel_serial.c
> @@ -40,7 +40,7 @@
>  /* Revisit: We should calculate this based on the actual port settings */
>  #define PDC_RX_TIMEOUT		(3 * 10)		/* 3 bytes */
>  
> -/* The minium number of data FIFOs should be able to contain */
> +/* The minimum number of data FIFOs should be able to contain */
>  #define ATMEL_MIN_FIFO_SIZE	8
>  /*
>   * These two offsets are substracted from the RX FIFO size to define the RTS


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] tty: serial: atmel: fix spelling typo in comment
  2022-09-06 10:21 ` Richard Genoud
@ 2022-09-07  6:57   ` Claudiu.Beznea
  0 siblings, 0 replies; 5+ messages in thread
From: Claudiu.Beznea @ 2022-09-07  6:57 UTC (permalink / raw)
  To: richard.genoud, 13667453960, gregkh
  Cc: alexandre.belloni, kernel-bot, linux-kernel, linux-serial,
	jirislaby, linux-arm-kernel, yijiangshan

On 06.09.2022 13:21, Richard Genoud wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Le 06/09/2022 à 08:39, Jiangshan Yi a écrit :
>> From: Jiangshan Yi <yijiangshan@kylinos.cn>
>>
>> Fix spelling typo in comment.
>>
>> Reported-by: k2ci <kernel-bot@kylinos.cn>
>> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
> Acked-by: Richard Genoud <richard.genoud@gmail.com>

Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>


> 
> 
>> ---
>>  drivers/tty/serial/atmel_serial.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c
>> index 7450d3853031..7f8af2ea3fa5 100644
>> --- a/drivers/tty/serial/atmel_serial.c
>> +++ b/drivers/tty/serial/atmel_serial.c
>> @@ -40,7 +40,7 @@
>>  /* Revisit: We should calculate this based on the actual port settings */
>>  #define PDC_RX_TIMEOUT               (3 * 10)                /* 3 bytes */
>>
>> -/* The minium number of data FIFOs should be able to contain */
>> +/* The minimum number of data FIFOs should be able to contain */
>>  #define ATMEL_MIN_FIFO_SIZE  8
>>  /*
>>   * These two offsets are substracted from the RX FIFO size to define the RTS
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] tty: serial: atmel: fix spelling typo in comment
  2022-09-06  6:39 [PATCH] tty: serial: atmel: fix spelling typo in comment Jiangshan Yi
  2022-09-06 10:21 ` Richard Genoud
@ 2022-09-07 12:34 ` Greg KH
  2022-09-08  2:24   ` Yi Jiangshan
  1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2022-09-07 12:34 UTC (permalink / raw)
  To: Jiangshan Yi
  Cc: alexandre.belloni, richard.genoud, k2ci, linux-kernel,
	linux-serial, jirislaby, claudiu.beznea, linux-arm-kernel,
	Jiangshan Yi

On Tue, Sep 06, 2022 at 02:39:57PM +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>

What is "k2ci"?

Please follow the Documentation/process/researcher-guidelines.rst rules
when you use tools like this.

thanks,

greg k-h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re:Re: [PATCH] tty: serial: atmel: fix spelling typo in comment
  2022-09-07 12:34 ` Greg KH
@ 2022-09-08  2:24   ` Yi Jiangshan
  0 siblings, 0 replies; 5+ messages in thread
From: Yi Jiangshan @ 2022-09-08  2:24 UTC (permalink / raw)
  To: Greg KH
  Cc: alexandre.belloni, richard.genoud, k2ci, linux-kernel,
	linux-serial, jirislaby, claudiu.beznea, linux-arm-kernel,
	Jiangshan Yi


At 2022-09-07 20:34:36, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>On Tue, Sep 06, 2022 at 02:39:57PM +0800, Jiangshan Yi wrote:
>> From: Jiangshan Yi <yijiangshan@kylinos.cn>
>> 
>> Fix spelling typo in comment.
>> 
>> Reported-by: k2ci <kernel-bot@kylinos.cn>
>
>What is "k2ci"?

The k2ci is an automated compilation, detection and testing platform built by the company。Just like the kernel test robot built by Intel。
So I write like this:
Reported-by: k2ci <kernel-bot@kylinos.cn>
Refer to the following:
Reported-by: kernel test robot <lkp@intel.com>
Documentation/process/researcher-guidelines.rst

thanks,

Jiangshan Yi
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06  6:39 [PATCH] tty: serial: atmel: fix spelling typo in comment Jiangshan Yi
2022-09-06 10:21 ` Richard Genoud
2022-09-07  6:57   ` Claudiu.Beznea
2022-09-07 12:34 ` Greg KH
2022-09-08  2:24   ` Yi Jiangshan

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