3 patches to cleanup libata-eh code and its documentation. No functional changes are introduced. Changes from v1: - Correct compilation error when CONFIG_ATA_SFF is not enabled by defining a stub for sata_sff_hardreset(). Damien Le Moal (3): ata: libata-eh: Make ata_eh_followup_srst_needed() return a bool ata: libata-eh: Remove ata_do_eh() Documentation: driver-api: Update libata error handler information Documentation/driver-api/libata.rst | 21 ++++++----- drivers/ata/libata-eh.c | 56 ++++++++++------------------- drivers/ata/libata-sff.c | 10 +----- include/linux/libata.h | 11 ++++-- 4 files changed, 39 insertions(+), 59 deletions(-) -- 2.50.0