RE: [PATCH v5 05/10] scsi: ufshpb: Region inactivation in host mode

From: Avri Altman
Date: Thu Mar 11 2021 - 04:04:14 EST


>
> On 2021-03-02 21:24, Avri Altman wrote:
> > I host mode, the host is expected to send HPB-WRITE-BUFFER with
>
> In host mode,
Done.

> > static int ufshpb_issue_umap_all_req(struct ufshpb_lu *hpb)
> > {
> > return ufshpb_issue_umap_req(hpb, NULL);
> > @@ -1115,6 +1122,10 @@ static void __ufshpb_evict_region(struct
> > ufshpb_lu *hpb,
> > struct ufshpb_subregion *srgn;
> > int srgn_idx;
> >
> > +
>
> No need of this blank line.
Done.

Thanks,
Avri

>
> Regards,
> Can Guo.