Re: [dpdk-dev] [PATCH] lib: fix a typo in kni header file (doxygen)

2017-11-06 Thread Thomas Monjalon
04/11/2017 15:28, Rami Rosen: > This patch fixes a trivial typo in rte_kni.h header > file (librte_kni). > > Signed-off-by: Rami Rosen Merged with my patch (fixing other typos in libs) with your SoB. Thanks

Re: [dpdk-dev] [PATCH] lib: fix a typo in kni header file (doxygen)

2017-11-06 Thread Ferruh Yigit
On 11/4/2017 7:28 AM, Rami Rosen wrote: > This patch fixes a trivial typo in rte_kni.h header > file (librte_kni). > > Signed-off-by: Rami Rosen kni: fix a typo in header file Fixes: 3fc5ca2f6352 ("kni: initial import") Cc: sta...@dpdk.org Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH] lib: fix a typo in kni header file (doxygen)

2017-11-04 Thread Rami Rosen
This patch fixes a trivial typo in rte_kni.h header file (librte_kni). Signed-off-by: Rami Rosen --- lib/librte_kni/rte_kni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_kni/rte_kni.h b/lib/librte_kni/rte_kni.h index 87812cd..d195079 100644 --- a/lib/librte_kn