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