[dpdk-dev] [PATCHv3 1/3] rte_compat.h : Clean up some typos
2015-06-25 10:35, Neil Horman: > #define VERSION_SYMBOL(b, e, v) > #define __vsym > #define BASE_SYMBOL(b, n) You forgot to fix the parameter names to (b, e, n) and (b, e).
[dpdk-dev] [PATCHv3 1/3] rte_compat.h : Clean up some typos
Clean up some macro definition typos and comments Signed-off-by: Neil Horman CC: thomas.monjalon at 6wind.com --- lib/librte_compat/rte_compat.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/librte_compat/rte_compat.h b/lib/librte_compat/rte_compat.h inde