> > 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.