Hi, Most of drivers uses sg helper to operate sgl, however there is still a few drivers which operates sgl directly, this way can't work in case of chained sgl. So convert them to use sg helper to operate sgl. Ming Lei (5): scsi: vmw_pscsi: use sgl helper to operate sgl scsi: advansys: use sg helper to operate sgl scsi: ipr: use sg helper to operate sgl scsi: lpfc: use sg helper to operate sgl scsi: mvumi: use sg helper to operate sgl drivers/scsi/advansys.c | 2 +- drivers/scsi/ipr.c | 7 ++++--- drivers/scsi/lpfc/lpfc_nvmet.c | 3 +-- drivers/scsi/mvumi.c | 9 ++++----- drivers/scsi/vmw_pvscsi.c | 2 +- 5 files changed, 11 insertions(+), 12 deletions(-) -- 2.20.1