[19.11 v2] ethdev: fix typos

Christian Ehrhardt christian.ehrhardt at canonical.com
Mon Dec 13 14:30:22 CET 2021


On Wed, Dec 8, 2021 at 11:12 AM Ferruh Yigit <ferruh.yigit at intel.com> wrote:
>
> [ 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

My filters didn't manage to pick up the late addition of the subject :-/
Since this is a non-funtional change I think we do not need to start
another RC for it.

Thanks, applied!

> ---
>  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
>


-- 
Christian Ehrhardt
Staff Engineer, Ubuntu Server
Canonical Ltd


More information about the stable mailing list