On Mon, Jul 6, 2020 at 9:43 AM Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> wrote: > > For size parameters, size_t is probably semantically more appropriate > than unsigned long (although they map to the same value). > > For order, unsigned long is just too big. Also, get_order returns an > unsigned int anyway. > > Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx> Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>