2022-09-06 07:21:50

by Yi Jiangshan

[permalink] [raw]
Subject: [PATCH] tty: serial: atmel: fix spelling typo in comment

From: Jiangshan Yi <[email protected]>

Fix spelling typo in comment.

Reported-by: k2ci <[email protected]>
Signed-off-by: Jiangshan Yi <[email protected]>
---
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


2022-09-06 10:53:34

by Richard Genoud

[permalink] [raw]
Subject: Re: [PATCH] tty: serial: atmel: fix spelling typo in comment

Le 06/09/2022 à 08:39, Jiangshan Yi a écrit :
> From: Jiangshan Yi <[email protected]>
>
> Fix spelling typo in comment.
>
> Reported-by: k2ci <[email protected]>
> Signed-off-by: Jiangshan Yi <[email protected]>
Acked-by: Richard Genoud <[email protected]>


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

2022-09-07 07:12:05

by Claudiu Beznea

[permalink] [raw]
Subject: Re: [PATCH] tty: serial: atmel: fix spelling typo in comment

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 <[email protected]>
>>
>> Fix spelling typo in comment.
>>
>> Reported-by: k2ci <[email protected]>
>> Signed-off-by: Jiangshan Yi <[email protected]>
> Acked-by: Richard Genoud <[email protected]>

Reviewed-by: Claudiu Beznea <[email protected]>


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

2022-09-07 12:54:01

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] tty: serial: atmel: fix spelling typo in comment

On Tue, Sep 06, 2022 at 02:39:57PM +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <[email protected]>
>
> Fix spelling typo in comment.
>
> Reported-by: k2ci <[email protected]>

What is "k2ci"?

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

thanks,

greg k-h

2022-09-08 02:44:41

by Yi Jiangshan

[permalink] [raw]
Subject: Re:Re: [PATCH] tty: serial: atmel: fix spelling typo in comment


At 2022-09-07 20:34:36, "Greg KH" <[email protected]> wrote:
>On Tue, Sep 06, 2022 at 02:39:57PM +0800, Jiangshan Yi wrote:
>> From: Jiangshan Yi <[email protected]>
>>
>> Fix spelling typo in comment.
>>
>> Reported-by: k2ci <[email protected]>
>
>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 <[email protected]>
Refer to the following:
Reported-by: kernel test robot <[email protected]>
Documentation/process/researcher-guidelines.rst

thanks,

Jiangshan Yi