[dpdk-dev] [PATCH 4/5] cmdline: make parse_set_list() use size_t instead of int for low/high parameter

2015-02-24 Thread Olivier MATZ
Hi Pawel, On 02/23/2015 03:09 PM, Pawel Wodkowski wrote: > Fix warning reported by klocwork about size_t to int cast when passing > parameters to parse_set_list(). > > This patch fix code formating errors that give checkpatch.pl errors > after generating patch. > > Signed-off-by: Pawel Wodkowski

[dpdk-dev] [PATCH 4/5] cmdline: make parse_set_list() use size_t instead of int for low/high parameter

2015-02-23 Thread Pawel Wodkowski
Fix warning reported by klocwork about size_t to int cast when passing parameters to parse_set_list(). This patch fix code formating errors that give checkpatch.pl errors after generating patch. Signed-off-by: Pawel Wodkowski --- lib/librte_cmdline/cmdline_parse_portlist.c | 4 ++-- 1 file