Messages in this thread |  | | Subject | Re: [PATCH 1/6] lib/scatterlist: Use natural long for sgl_alloc(_order) length parameter | From | Bart Van Assche <> | Date | Wed, 03 Oct 2018 08:26:50 -0700 |
| |
On Wed, 2018-09-26 at 15:16 +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin <tvrtko.ursulin@intel.com> > > None of the callers need unsinged long long (they either pass in an int, ^^^^^^^^ unsigned? > u32, or size_t) so it is not required to burden the 32-bit builds with an > overspecified length parameter.
Otherwise,
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
|  |