[PATCH v4 09/19] remove repeated word 'worker'

Hunt, David david.hunt at intel.com
Wed Feb 22 17:30:33 CET 2023


On 22/02/2023 16:25, Stephen Hemminger wrote:
> Found by doing duplicate word scan.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
>   lib/distributor/rte_distributor.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/distributor/rte_distributor.c b/lib/distributor/rte_distributor.c
> index 3969b2ea7e8a..c1a721dd821d 100644
> --- a/lib/distributor/rte_distributor.c
> +++ b/lib/distributor/rte_distributor.c
> @@ -576,7 +576,7 @@ rte_distributor_process(struct rte_distributor *d,
>   					}
>   				}
>   
> -				/* Add to current worker worker */
> +				/* Add to current worker */
>   				unsigned int idx = bl->count++;
>   
>   				bl->tags[idx] = new_tag;


Acked-by: David Hunt <david.hunt at intel.com>




More information about the dev mailing list