Documentation: driver-api: Update libata error handler information
authorDamien Le Moal <dlemoal@kernel.org>
Wed, 16 Jul 2025 02:03:15 +0000 (11:03 +0900)
committerNiklas Cassel <cassel@kernel.org>
Wed, 16 Jul 2025 07:31:43 +0000 (09:31 +0200)
commit546527b92d7e72dcd827675a2d3e580002b09cc1
tree6e1f2aabc4e32fbc2c9875e62794b96dc3bc957e
parenta4daf088a77323154514eb1f8626bbdf9329cfd4
Documentation: driver-api: Update libata error handler information

Update ``->error_handler()`` section of the libata documentation file
Documentation/driver-api/libata.rst to remove the reference to the
function ata_do_eh() as that function was removed. The reference to the
function ata_bmdma_drive_eh() is also removed as that function does not
exist at all. And while at it, cleanup the description of the various
reset operations using a bullet list.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Link: https://lore.kernel.org/r/20250716020315.235457-4-dlemoal@kernel.org
Signed-off-by: Niklas Cassel <cassel@kernel.org>
Documentation/driver-api/libata.rst