RE: [PATCH v2 3/9] scsi: ufshpb: Add region's reads counter

From: Avri Altman
Date: Tue Feb 02 2021 - 06:26:34 EST


> >
> > +#define WORK_PENDING 0
>
> This should be next to the variable you define that uses this, right?
> Otherwise we would think this is a valid value, when in reality it is
> the bit number, correct?
Done.

>
> > +#define ACTIVATION_THRSHLD 4 /* 4 IOs */
>
> You can spell things out "ACTIVATION_THRESHOLD" :)
Done.