[PATCH v4 14/18] sched: fix typo in comment

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Fri Nov 12 12:19:54 CET 2021



> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Friday, November 12, 2021 12:02 AM
> To: dev at dpdk.org
> Cc: Stephen Hemminger <stephen at networkplumber.org>; Dumitrescu,
> Cristian <cristian.dumitrescu at intel.com>; Singh, Jasvinder
> <jasvinder.singh at intel.com>
> Subject: [PATCH v4 14/18] sched: fix typo in comment
> 
> Yet another spelling error found by codespell.
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
>  lib/sched/rte_sched.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/sched/rte_sched.c b/lib/sched/rte_sched.c
> index 2fe32bbd33d5..ed44808f7b38 100644
> --- a/lib/sched/rte_sched.c
> +++ b/lib/sched/rte_sched.c
> @@ -590,7 +590,7 @@ rte_sched_subport_config_qsize(struct
> rte_sched_subport *subport)
> 
>  	subport->qsize_add[0] = 0;
> 
> -	/* Strict prority traffic class */
> +	/* Strict priority traffic class */
>  	for (i = 1; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++)
>  		subport->qsize_add[i] = subport->qsize_add[i-1] + subport-
> >qsize[i-1];
> 
> --
> 2.30.2

Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>


More information about the dev mailing list