Message ID | 20211014215631.181747-15-stephen@networkplumber.org (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | fix spelling errors | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
> -----Original Message----- > From: Stephen Hemminger <stephen@networkplumber.org> > Sent: Thursday, October 14, 2021 10:56 PM > To: dev@dpdk.org > Cc: Stephen Hemminger <stephen@networkplumber.org>; Dumitrescu, > Cristian <cristian.dumitrescu@intel.com>; Singh, Jasvinder > <jasvinder.singh@intel.com> > Subject: [PATCH v3 14/18] sched: fix typo in comment > > Yet another spelling error found by codespell. > > Signed-off-by: Stephen Hemminger <stephen@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 a858f61f9548..329f4b2e7b48 100644 > --- a/lib/sched/rte_sched.c > +++ b/lib/sched/rte_sched.c > @@ -579,7 +579,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 Thanks, Stephen. Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
diff --git a/lib/sched/rte_sched.c b/lib/sched/rte_sched.c index a858f61f9548..329f4b2e7b48 100644 --- a/lib/sched/rte_sched.c +++ b/lib/sched/rte_sched.c @@ -579,7 +579,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];
Yet another spelling error found by codespell. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> --- lib/sched/rte_sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)