mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 08:35:19 -05:00
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>
This commit is contained in:
parent
024811a2da
commit
0b2436d3d2
1 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue