On 10/9/24 05:50, Bart Van Assche wrote: > Rename .slave_alloc() into .sdev_init() and .slave_destroy() into > .sdev_destroy(). The new names make it clear that these are actions on > SCSI devices. Make this change in the SCSI core, SCSI drivers and also > in the ATA drivers. No functionality has been changed. > > This patch has been created as follows: > * Change the text "slave_alloc" into "sdev_init" in all source files > except those in drivers/net/ and Documentation/. > * Change the text "slave_destroy" into "sdev_destroy" in all source > files except those in drivers/net/ and Documentation/. > * Rename lpfc_no_slave() into lpfc_no_sdev(). > * Manually adjust whitespace where necessary to restore vertical > alignment (dc395x driver and include/linux/libata.h). > > Cc: Damien Le Moal <dlemoal@xxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Acked-by: Damien Le Moal <dlemoal@xxxxxxxxxx> -- Damien Le Moal Western Digital Research