mbox series

[v2,0/3] scsi: ufs: typo fixes and improvement

Message ID BN7PR08MB5684A44F56972BCE0972B28EDBE10@BN7PR08MB5684.namprd08.prod.outlook.com (mailing list archive)
Headers show
Series scsi: ufs: typo fixes and improvement | expand

Message

Bean Huo June 23, 2019, 5:37 p.m. UTC
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(-)

Comments

Avri Altman June 24, 2019, 5:50 a.m. UTC | #1
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
Martin K. Petersen June 27, 2019, 2:26 a.m. UTC | #2
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!