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

Message ID 1509805708-9951-1-git-send-email-rami.rosen@intel.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Rami Rosen Nov. 4, 2017, 2:28 p.m. UTC
  This patch fixes a trivial typo in rte_kni.h header 
file (librte_kni).

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 lib/librte_kni/rte_kni.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ferruh Yigit Nov. 6, 2017, 6:55 p.m. UTC | #1
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 <rami.rosen@intel.com>

kni: fix a typo in header file

Fixes: 3fc5ca2f6352 ("kni: initial import")
Cc: stable@dpdk.org

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Thomas Monjalon Nov. 7, 2017, 12:44 a.m. UTC | #2
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 <rami.rosen@intel.com>

Merged with my patch (fixing other typos in libs) with your SoB.
Thanks
  

Patch

diff --git a/lib/librte_kni/rte_kni.h b/lib/librte_kni/rte_kni.h
index 87812cd..d195079 100644
--- a/lib/librte_kni/rte_kni.h
+++ b/lib/librte_kni/rte_kni.h
@@ -118,7 +118,7 @@  struct rte_kni_conf {
  * elements for each KNI interface allocated.
  *
  * @param pktmbuf_pool
- *  The mempool for allocting mbufs for packets.
+ *  The mempool for allocating mbufs for packets.
  * @param conf
  *  The pointer to the configurations of the KNI device.
  * @param ops