Message ID | 20211014215631.181747-16-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: Friday, October 15, 2021 5:56 AM > To: dev@dpdk.org > Cc: Stephen Hemminger <stephen@networkplumber.org>; Maxime Coquelin > <maxime.coquelin@redhat.com>; Xia, Chenbo <chenbo.xia@intel.com> > Subject: [PATCH v3 15/18] vhost: fix typo in comment > > Yet another spelling error found by codespell. > > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> > --- > lib/vhost/rte_vhost.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/vhost/rte_vhost.h b/lib/vhost/rte_vhost.h > index fd372d52594b..2c4801d9561c 100644 > --- a/lib/vhost/rte_vhost.h > +++ b/lib/vhost/rte_vhost.h > @@ -771,7 +771,7 @@ rte_vhost_get_vhost_ring_inflight(int vid, uint16_t > vring_idx, > /** > * Set split inflight descriptor. > * > - * This function save descriptors that has been comsumed in available > + * This function save descriptors that have been consumed in available > * ring > * > * @param vid > @@ -790,7 +790,7 @@ rte_vhost_set_inflight_desc_split(int vid, uint16_t > vring_idx, > /** > * Set packed inflight descriptor and get corresponding inflight entry > * > - * This function save descriptors that has been comsumed > + * This function save descriptors that have been consumed > * > * @param vid > * vhost device ID > -- > 2.30.2 Reviewed-by: Chenbo Xia <chenbo.xia@intel.com> Thanks!
diff --git a/lib/vhost/rte_vhost.h b/lib/vhost/rte_vhost.h index fd372d52594b..2c4801d9561c 100644 --- a/lib/vhost/rte_vhost.h +++ b/lib/vhost/rte_vhost.h @@ -771,7 +771,7 @@ rte_vhost_get_vhost_ring_inflight(int vid, uint16_t vring_idx, /** * Set split inflight descriptor. * - * This function save descriptors that has been comsumed in available + * This function save descriptors that have been consumed in available * ring * * @param vid @@ -790,7 +790,7 @@ rte_vhost_set_inflight_desc_split(int vid, uint16_t vring_idx, /** * Set packed inflight descriptor and get corresponding inflight entry * - * This function save descriptors that has been comsumed + * This function save descriptors that have been consumed * * @param vid * vhost device ID
Yet another spelling error found by codespell. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> --- lib/vhost/rte_vhost.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)