> -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Sent: Friday, November 12, 2021 12:02 AM > To: dev@dpdk.org > Cc: Stephen Hemminger <step...@networkplumber.org>; Dumitrescu, > Cristian <cristian.dumitre...@intel.com>; Singh, Jasvinder > <jasvinder.si...@intel.com> > Subject: [PATCH v4 14/18] sched: fix typo in comment > > Yet another spelling error found by codespell. > > Signed-off-by: Stephen Hemminger <step...@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.dumitre...@intel.com>
- Re: [PATCH v4 08/18] eal: fix typos in comments Kinsella, Ray
- [PATCH v4 09/18] net: fix spelling error in gtp comme... Stephen Hemminger
- [PATCH v4 10/18] bbdev: fix typo in comment Stephen Hemminger
- [PATCH v4 11/18] pipeline: fix spellin error in comme... Stephen Hemminger
- RE: [PATCH v4 11/18] pipeline: fix spellin error... Dumitrescu, Cristian
- [PATCH v4 12/18] hash: fix typo in comment Stephen Hemminger
- Re: [PATCH v4 12/18] hash: fix typo in comment Medvedkin, Vladimir
- [PATCH v4 13/18] rib: fix typo in comment Stephen Hemminger
- Re: [PATCH v4 13/18] rib: fix typo in comment Medvedkin, Vladimir
- [PATCH v4 14/18] sched: fix typo in comment Stephen Hemminger
- RE: [PATCH v4 14/18] sched: fix typo in comment Dumitrescu, Cristian
- [PATCH v4 15/18] vhost: fix typo in comment Stephen Hemminger
- RE: [PATCH v4 15/18] vhost: fix typo in comment Xia, Chenbo
- [PATCH v4 16/18] ip_frag: fix typos Stephen Hemminger
- [PATCH v4 17/18] test-pmd: fix spelling errors in com... Stephen Hemminger
- [PATCH v4 18/18] test: fix spelling errors in comment... Stephen Hemminger
- RE: [PATCH v4 18/18] test: fix spelling errors i... Dumitrescu, Cristian
- Re: [PATCH v4 00/18] fix docbook and spelling errors Ferruh Yigit
- [PATCH] ethdev: fix typos Ferruh Yigit
- RE: [PATCH] ethdev: fix typos Ori Kam
- Re: [PATCH] ethdev: fix typos Ferruh Yigit