All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ata: pata_macio: Remove unneeded word in comments
@ 2022-08-25 14:52 Shaomin Deng
  2022-08-25 22:28 ` Damien Le Moal
  2022-08-27 18:48 ` Sergey Shtylyov
  0 siblings, 2 replies; 3+ messages in thread
From: Shaomin Deng @ 2022-08-25 14:52 UTC (permalink / raw)
  To: damien.lemoal, linux-ide; +Cc: s.shtylyov, Shaomin Deng

There is unneeded word "to" in line 669, so remove it.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
---
 drivers/ata/pata_macio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/pata_macio.c b/drivers/ata/pata_macio.c
index bfea2be2959a..076212fdb9d9 100644
--- a/drivers/ata/pata_macio.c
+++ b/drivers/ata/pata_macio.c
@@ -666,7 +666,7 @@ static u8 pata_macio_bmdma_status(struct ata_port *ap)
 	 * a multi-block transfer.
 	 *
 	 * - The dbdma fifo hasn't yet finished flushing to
-	 * to system memory when the disk interrupt occurs.
+	 * system memory when the disk interrupt occurs.
 	 *
 	 */
 
-- 
2.35.1


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

* Re: [PATCH] ata: pata_macio: Remove unneeded word in comments
  2022-08-25 14:52 [PATCH] ata: pata_macio: Remove unneeded word in comments Shaomin Deng
@ 2022-08-25 22:28 ` Damien Le Moal
  2022-08-27 18:48 ` Sergey Shtylyov
  1 sibling, 0 replies; 3+ messages in thread
From: Damien Le Moal @ 2022-08-25 22:28 UTC (permalink / raw)
  To: Shaomin Deng, linux-ide; +Cc: s.shtylyov

On 8/25/22 23:52, Shaomin Deng wrote:
> There is unneeded word "to" in line 669, so remove it.
> 
> Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
> ---
>  drivers/ata/pata_macio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/ata/pata_macio.c b/drivers/ata/pata_macio.c
> index bfea2be2959a..076212fdb9d9 100644
> --- a/drivers/ata/pata_macio.c
> +++ b/drivers/ata/pata_macio.c
> @@ -666,7 +666,7 @@ static u8 pata_macio_bmdma_status(struct ata_port *ap)
>  	 * a multi-block transfer.
>  	 *
>  	 * - The dbdma fifo hasn't yet finished flushing to
> -	 * to system memory when the disk interrupt occurs.
> +	 * system memory when the disk interrupt occurs.
>  	 *

While at it, please delete the above "*" empty comment line.

>  	 */
>  


-- 
Damien Le Moal
Western Digital Research

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

* Re: [PATCH] ata: pata_macio: Remove unneeded word in comments
  2022-08-25 14:52 [PATCH] ata: pata_macio: Remove unneeded word in comments Shaomin Deng
  2022-08-25 22:28 ` Damien Le Moal
@ 2022-08-27 18:48 ` Sergey Shtylyov
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey Shtylyov @ 2022-08-27 18:48 UTC (permalink / raw)
  To: Shaomin Deng, damien.lemoal, linux-ide

Hello!

On 8/25/22 5:52 PM, Shaomin Deng wrote:

> There is unneeded word "to" in line 669, so remove it.
> 
> Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>

Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>

> ---
>  drivers/ata/pata_macio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/ata/pata_macio.c b/drivers/ata/pata_macio.c
> index bfea2be2959a..076212fdb9d9 100644
> --- a/drivers/ata/pata_macio.c
> +++ b/drivers/ata/pata_macio.c
> @@ -666,7 +666,7 @@ static u8 pata_macio_bmdma_status(struct ata_port *ap)
>  	 * a multi-block transfer.
>  	 *
>  	 * - The dbdma fifo hasn't yet finished flushing to
> -	 * to system memory when the disk interrupt occurs.
> +	 * system memory when the disk interrupt occurs.

   Could replace "to" with "the" as well..

[...]

MBR, Sergey

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

end of thread, other threads:[~2022-08-27 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 14:52 [PATCH] ata: pata_macio: Remove unneeded word in comments Shaomin Deng
2022-08-25 22:28 ` Damien Le Moal
2022-08-27 18:48 ` Sergey Shtylyov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.