[19.11 v2] ethdev: fix typos

Ferruh Yigit ferruh.yigit at intel.com
Wed Dec 8 11:11:56 CET 2021


[ upstream commit 5139502783ed4e3ccaab49548812b8bdd7fb14b5 ]

Fixes: 9039c8125730 ("ethdev: change promiscuous callbacks to return status")
Cc: stable at dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
Acked-by: Ori Kam <orika at nvidia.com>
---
Cc: Christian Ehrhardt <christian.ehrhardt at canonical.com>

v2:
* Add '19.11' subject prefix to the patch
---
 lib/librte_ethdev/rte_ethdev_core.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_ethdev/rte_ethdev_core.h b/lib/librte_ethdev/rte_ethdev_core.h
index 7bf97e24ed56..1106b6160a8e 100644
--- a/lib/librte_ethdev/rte_ethdev_core.h
+++ b/lib/librte_ethdev/rte_ethdev_core.h
@@ -71,7 +71,7 @@ typedef int (*eth_is_removed_t)(struct rte_eth_dev *dev);
  * @retval -E_RTE_SECONDARY
  *   Function was called from a secondary process instance and not supported.
  * @retval -ETIMEDOUT
- *   Attempt to enable promiscuos mode failed because of timeout.
+ *   Attempt to enable promiscuous mode failed because of timeout.
  * @retval -EAGAIN
  *   Failed to enable promiscuous mode.
  */
@@ -96,7 +96,7 @@ typedef int (*eth_promiscuous_enable_t)(struct rte_eth_dev *dev);
  * @retval -E_RTE_SECONDARY
  *   Function was called from a secondary process instance and not supported.
  * @retval -ETIMEDOUT
- *   Attempt to disable promiscuos mode failed because of timeout.
+ *   Attempt to disable promiscuous mode failed because of timeout.
  * @retval -EAGAIN
  *   Failed to disable promiscuous mode.
  */
-- 
2.33.1



More information about the stable mailing list