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@xxxxxxxxxx> Reviewed-by: Sergey Shtylyov <s.shtylyov@xxxxxx> > --- > 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