[dpdk-dev] [PATCH] cfgfile: fix uninitialized variable on load error

2017-02-06 Thread Dmitriy Yakovlev
when failed to realloc. Fixes: eaafbad419bf ("cfgfile: library to interpret config files") Signed-off-by: Dmitriy Yakovlev --- lib/librte_cfgfile/rte_cfgfile.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/librte_cfgfile/rte_cfgfile.c b/lib/librte_cfgfile/rte_cfgfile.c

[dpdk-dev] [PATCH] cfgfile: fix comments - style and return value

2016-10-19 Thread Dmitriy Yakovlev
Fixed style and return values in Doxygen comments. Signed-off-by: Dmitriy Yakovlev --- lib/librte_cfgfile/rte_cfgfile.h | 31 ++- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/lib/librte_cfgfile/rte_cfgfile.h b/lib/librte_cfgfile/rte_cfgfile.h index

[dpdk-dev] [PATCH] cfgfile: fix return value comment

2016-04-16 Thread Dmitriy Yakovlev
Function rte_cfgfile_load can return NULL value, when something goes wrong. Signed-off-by: Dmitriy Yakovlev --- lib/librte_cfgfile/rte_cfgfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_cfgfile/rte_cfgfile.h b/lib/librte_cfgfile/rte_cfgfile.h index 834f828