[dpdk-dev] [PATCH v2] lib: remove "extern" keyword for functions from header files

2016-01-28 Thread Thomas Monjalon
2016-01-28 14:31, Ferruh Yigit: > Remove "extern" keywords in header files, the ones for function > prototypes > > v2: > * fix identation > > Signed-off-by: Ferruh Yigit Applied, thanks

[dpdk-dev] [PATCH v2] lib: remove "extern" keyword for functions from header files

2016-01-28 Thread Ferruh Yigit
Remove "extern" keywords in header files, the ones for function prototypes v2: * fix identation Signed-off-by: Ferruh Yigit --- lib/librte_eal/common/include/rte_memory.h | 2 +- lib/librte_ether/rte_ethdev.h | 133 ++--- lib/librte_kni/rte_kni.h