Message ID | BN7PR08MB5684A44F56972BCE0972B28EDBE10@BN7PR08MB5684.namprd08.prod.outlook.com (mailing list archive) |
---|---|
Headers | show |
Series | scsi: ufs: typo fixes and improvement | expand |
Hi, > > > From: Bean Huo <beanhuo@micron.com> > > This series patch is to fix several typos and fix one issue of twice > completing ufs-bsg job in case of UPIU/DME command failed. > > Changed since v1: > - split v1 patch > - add fixes tag > - delete needless blank line > > Bean Huo (3): > scsi: ufs: fix typos in comment of ufshcd_uic_change_pwr_mode > scsi: ufs-bsg: fix typo in ufs_bsg_request > scsi: ufs-bsg: complete ufs-bsg job only if no error This series looks good to me. Thanks, Avri
Bean, > This series patch is to fix several typos and fix one issue of twice > completing ufs-bsg job in case of UPIU/DME command failed. > > Changed since v1: > - split v1 patch > - add fixes tag > - delete needless blank line Applied to 5.3/scsi-queue. Mostly by hand. Please use git send-email to post patches. Thanks!
From: Bean Huo <beanhuo@micron.com> This series patch is to fix several typos and fix one issue of twice completing ufs-bsg job in case of UPIU/DME command failed. Changed since v1: - split v1 patch - add fixes tag - delete needless blank line Bean Huo (3): scsi: ufs: fix typos in comment of ufshcd_uic_change_pwr_mode scsi: ufs-bsg: fix typo in ufs_bsg_request scsi: ufs-bsg: complete ufs-bsg job only if no error drivers/scsi/ufs/ufs_bsg.c | 6 ++++-- drivers/scsi/ufs/ufshcd.c | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-)