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