diff options
author | Shaomin Deng <dengshaomin@cdjrlc.com> | 2022-08-25 10:52:15 -0400 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-09-16 23:24:06 +0900 |
commit | 0b2436d3d25fe77573669a946aa26f3087918a75 (patch) | |
tree | 8b86ae3e4a1f290b5a4b2d1029bf2b13ebeec908 /drivers/ata/pata_macio.c | |
parent | 024811a2da45a79d58ba61b524441722510d5dc5 (diff) |
ata: pata_macio: Remove unneeded word in comments
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>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata/pata_macio.c')
-rw-r--r-- | drivers/ata/pata_macio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/pata_macio.c b/drivers/ata/pata_macio.c index bfea2be2959a..9ccaac9e2bc3 100644 --- a/drivers/ata/pata_macio.c +++ b/drivers/ata/pata_macio.c @@ -666,8 +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. */ /* First check for errors */ |