mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Typo: Fix typo in atmel_serial.c
@ 2024-10-24 17:23 Shivam Chaudhary
  2024-11-05 12:18 ` Hari.PrasathGE
  0 siblings, 1 reply; 4+ messages in thread
From: Shivam Chaudhary @ 2024-10-24 17:23 UTC (permalink / raw)
  To: richard.genoud
  Cc: gregkh, jirislaby, nicolas.ferre, alexandre.belloni,
	claudiu.beznea, linux-kernel, linux-serial, linux-arm-kernel,
	Shivam Chaudhary

Corrected minor typo in atmel_serial.c
- Fixed "retreives" to "retrieves"

Signed-off-by: Shivam Chaudhary <cvam0000@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 09b246c9e389..bb1978db6939 100644
--- a/drivers/tty/serial/atmel_serial.c
+++ b/drivers/tty/serial/atmel_serial.c
@@ -1166,7 +1166,7 @@ static void atmel_rx_from_dma(struct uart_port *port)
 		port->icount.rx += count;
 	}
 
-	/* USART retreives ownership of RX DMA buffer */
+	/* USART retrieves ownership of RX DMA buffer */
 	dma_sync_single_for_device(port->dev, atmel_port->rx_phys,
 				   ATMEL_SERIAL_RX_SIZE, DMA_FROM_DEVICE);
 
-- 
2.34.1


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

* Re: [PATCH] Typo: Fix typo in atmel_serial.c
  2024-10-24 17:23 [PATCH] Typo: Fix typo in atmel_serial.c Shivam Chaudhary
@ 2024-11-05 12:18 ` Hari.PrasathGE
  2024-11-05 13:10   ` Richard GENOUD
  0 siblings, 1 reply; 4+ messages in thread
From: Hari.PrasathGE @ 2024-11-05 12:18 UTC (permalink / raw)
  To: cvam0000, richard.genoud
  Cc: alexandre.belloni, gregkh, linux-kernel, linux-serial,
	claudiu.beznea, jirislaby, linux-arm-kernel

Hi,

On 10/24/24 10:53 PM, Shivam Chaudhary wrote:
> [You don't often get email from cvam0000@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Corrected minor typo in atmel_serial.c
> - Fixed "retreives" to "retrieves"
> 

Pls fix the subject line. Refer to the previous commits from the git log 
of the same file. Also,the commit message should be in imperative mood. 
Send a v2 with the above comments addressed. Some useful links below:

https://kernelnewbies.org/FirstKernelPatch
https://kernelnewbies.org/PatchPhilosophy

Regards,
Hari

> Signed-off-by: Shivam Chaudhary <cvam0000@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 09b246c9e389..bb1978db6939 100644
> --- a/drivers/tty/serial/atmel_serial.c
> +++ b/drivers/tty/serial/atmel_serial.c
> @@ -1166,7 +1166,7 @@ static void atmel_rx_from_dma(struct uart_port *port)
>                  port->icount.rx += count;
>          }
> 
> -       /* USART retreives ownership of RX DMA buffer */
> +       /* USART retrieves ownership of RX DMA buffer */
>          dma_sync_single_for_device(port->dev, atmel_port->rx_phys,
>                                     ATMEL_SERIAL_RX_SIZE, DMA_FROM_DEVICE);
> 
> --
> 2.34.1
> 
> 

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

* Re: [PATCH] Typo: Fix typo in atmel_serial.c
  2024-11-05 12:18 ` Hari.PrasathGE
@ 2024-11-05 13:10   ` Richard GENOUD
  2024-11-05 15:02     ` Shivam Chaudhary
  0 siblings, 1 reply; 4+ messages in thread
From: Richard GENOUD @ 2024-11-05 13:10 UTC (permalink / raw)
  To: Hari.PrasathGE, cvam0000
  Cc: alexandre.belloni, gregkh, linux-kernel, linux-serial,
	claudiu.beznea, jirislaby, linux-arm-kernel

Le 05/11/2024 à 13:18, Hari.PrasathGE@microchip.com a écrit :
> Hi,
> 
> On 10/24/24 10:53 PM, Shivam Chaudhary wrote:
>> [You don't often get email from cvam0000@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>>
>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>>
>> Corrected minor typo in atmel_serial.c
>> - Fixed "retreives" to "retrieves"
>>
> 
> Pls fix the subject line. Refer to the previous commits from the git log
> of the same file. Also,the commit message should be in imperative mood.
> Send a v2 with the above comments addressed. Some useful links below:
> 
> https://kernelnewbies.org/FirstKernelPatch
> https://kernelnewbies.org/PatchPhilosophy

And for this kind of patches, I think it should go through the 
kernel-janitors ML.

Regards,
Richard
> 
> Regards,
> Hari
> 
>> Signed-off-by: Shivam Chaudhary <cvam0000@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 09b246c9e389..bb1978db6939 100644
>> --- a/drivers/tty/serial/atmel_serial.c
>> +++ b/drivers/tty/serial/atmel_serial.c
>> @@ -1166,7 +1166,7 @@ static void atmel_rx_from_dma(struct uart_port *port)
>>                   port->icount.rx += count;
>>           }
>>
>> -       /* USART retreives ownership of RX DMA buffer */
>> +       /* USART retrieves ownership of RX DMA buffer */
>>           dma_sync_single_for_device(port->dev, atmel_port->rx_phys,
>>                                      ATMEL_SERIAL_RX_SIZE, DMA_FROM_DEVICE);
>>
>> --
>> 2.34.1
>>
>>


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

* Re: [PATCH] Typo: Fix typo in atmel_serial.c
  2024-11-05 13:10   ` Richard GENOUD
@ 2024-11-05 15:02     ` Shivam Chaudhary
  0 siblings, 0 replies; 4+ messages in thread
From: Shivam Chaudhary @ 2024-11-05 15:02 UTC (permalink / raw)
  To: Richard GENOUD, Hari.PrasathGE
  Cc: alexandre.belloni, gregkh, linux-kernel, linux-serial,
	claudiu.beznea, jirislaby, linux-arm-kernel


On 05/11/24 6:40 PM, Richard GENOUD wrote:
> Le 05/11/2024 à 13:18, Hari.PrasathGE@microchip.com a écrit :
>> Hi,
>>
>> On 10/24/24 10:53 PM, Shivam Chaudhary wrote:
>>> [You don't often get email from cvam0000@gmail.com. Learn why this 
>>> is important at https://aka.ms/LearnAboutSenderIdentification ]
>>>
>>> EXTERNAL EMAIL: Do not click links or open attachments unless you 
>>> know the content is safe
>>>
>>> Corrected minor typo in atmel_serial.c
>>> - Fixed "retreives" to "retrieves"
>>>
>>
>> Pls fix the subject line. Refer to the previous commits from the git log
>> of the same file. Also,the commit message should be in imperative mood.
>> Send a v2 with the above comments addressed. Some useful links below:
>>
>> https://kernelnewbies.org/FirstKernelPatch
>> https://kernelnewbies.org/PatchPhilosophy
>
> And for this kind of patches, I think it should go through the 
> kernel-janitors ML.
>
Thanks for responding , i think kernel-janitors is not active 
anymore(IMK). Ill address the

review comments and send the V2.


thanks

--Shivam


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

end of thread, other threads:[~2024-11-05 15:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-24 17:23 [PATCH] Typo: Fix typo in atmel_serial.c Shivam Chaudhary
2024-11-05 12:18 ` Hari.PrasathGE
2024-11-05 13:10   ` Richard GENOUD
2024-11-05 15:02     ` Shivam Chaudhary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®