Skip to content

Commit

Permalink
doc: fix typo in KNI guide
Browse files Browse the repository at this point in the history
[ upstream commit cbd2f21 ]

The typo "withe" should have been "with the". This is now fixed.

Fixes: 89397a0 ("kni: set default carrier state of interface")

Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
  • Loading branch information
ciarapow authored and bluca committed Nov 9, 2020
1 parent 6424430 commit fb2180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/prog_guide/kernel_nic_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ KNI Creation and Deletion
-------------------------

Before any KNI interfaces can be created, the ``rte_kni`` kernel module must
be loaded into the kernel and configured withe ``rte_kni_init()`` function.
be loaded into the kernel and configured with the ``rte_kni_init()`` function.

The KNI interfaces are created by a DPDK application dynamically via the
``rte_kni_alloc()`` function.
Expand Down

0 comments on commit fb2180f

Please sign in to comment.