> > int ret = 0; > > @@ -1263,6 +1271,16 @@ static int ufshpb_add_region(struct ufshpb_lu > > *hpb, struct ufshpb_region *rgn) > > * because the device could detect this region > > * by not issuing HPB_READ > > */ > > + > > + /* > > + * in host control mode, verify that the entering > > + * region has enough reads > > + */ > > Maybe merge the new comments with the original comments above? Done. Thanks, Avri > Thanks, > Can Guo.