On Fri, Dec 20, 2019 at 8:56 AM Gavin Hu <gavin...@arm.com> wrote: > > Hi Jerin, > > It got two coding style warnings, otherwise, > Reviewed-by: Gavin Hu <gavin...@arm.com>
Thanks Gavin for review. Since the existing code is using "unsigned" in that file, I thought of not change by this patch. If someone thinks, It is better to change then I can send v2 by fixing "unsigned" to "unsigned int" across the file as a first patch in the series. > > WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' > #144: FILE: lib/librte_mempool/rte_mempool.c:84: > +arch_mem_object_align(unsigned obj_size) > > WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' > #154: FILE: lib/librte_mempool/rte_mempool.c:106: > +arch_mem_object_align(unsigned obj_size)