]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/driver-api/libata.rst
Merge tag 'riscv/for-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv...
[linux.git] / Documentation / driver-api / libata.rst
index 4adc056f763565f415f3c5ec82fa5a0b9eec01fc..70e180e6b93dcc74d25fb6133bfaeb018166b870 100644 (file)
@@ -118,8 +118,7 @@ PIO data read/write
 All bmdma-style drivers must implement this hook. This is the low-level
 operation that actually copies the data bytes during a PIO data
 transfer. Typically the driver will choose one of
-:c:func:`ata_sff_data_xfer_noirq`, :c:func:`ata_sff_data_xfer`, or
-:c:func:`ata_sff_data_xfer32`.
+:c:func:`ata_sff_data_xfer`, or :c:func:`ata_sff_data_xfer32`.
 
 ATA command execute
 ~~~~~~~~~~~~~~~~~~~