Re: [dpdk-dev] [PATCH 1/2] ring: coding style cleanup

2020-05-22 Thread Ananyev, Konstantin
> > Fix coding style violations that checkpatch will complain about. > > Add missing "int" after "unsigned". > Add missing spaces around "+=" and "+". > Remove superfluous type cast of numerical constant. > > Suggested-by: Konstantin Ananyev > Signed-off-by: Morten Brørup > --- Acked-by: Kons

[dpdk-dev] [PATCH 1/2] ring: coding style cleanup

2020-05-19 Thread Morten Brørup
Fix coding style violations that checkpatch will complain about. Add missing "int" after "unsigned". Add missing spaces around "+=" and "+". Remove superfluous type cast of numerical constant. Suggested-by: Konstantin Ananyev Signed-off-by: Morten Brørup --- lib/librte_ring/rte_ring.c |