ata: Documentation, fix function names
authorJiri Slaby <jslaby@suse.cz>
Thu, 31 Oct 2019 09:59:43 +0000 (10:59 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Nov 2019 14:50:47 +0000 (08:50 -0600)
commit0fb596edaa52133fb877f509c2e5d907ee601d6b
tree869a625641040cd686cf8a6fbdd762206b4a6a04
parent130f4caf145c3562108b245a576db30b916199d2
ata: Documentation, fix function names

ata_qc_prep no longer exists, there are ata_bmdma_qc_prep and
ata_bmdma_dumb_qc_prep instead. And most drivers do not use them, so
reword the paragraph.

ata_qc_issue_prot was renamed to ata_sff_qc_issue. ->tf_load is now
->sff_tf_load. Fix them.

And fix spelling supercede -> supersede.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-ide@vger.kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Documentation/driver-api/libata.rst