[PATCH v4 15/18] vhost: fix typo in comment
Xia, Chenbo
chenbo.xia at intel.com
Mon Nov 15 02:40:16 CET 2021
> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Friday, November 12, 2021 8:02 AM
> To: dev at dpdk.org
> Cc: Stephen Hemminger <stephen at networkplumber.org>; Maxime Coquelin
> <maxime.coquelin at redhat.com>; Xia, Chenbo <chenbo.xia at intel.com>
> Subject: [PATCH v4 15/18] vhost: fix typo in comment
>
> Yet another spelling error found by codespell.
>
> Signed-off-by: Stephen Hemminger <stephen at 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 af0afbcf60e0..b454c05868e1 100644
> --- a/lib/vhost/rte_vhost.h
> +++ b/lib/vhost/rte_vhost.h
> @@ -796,7 +796,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 has been consumed in available
> * ring
> *
> * @param vid
> @@ -815,7 +815,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 has been consumed
> *
> * @param vid
> * vhost device ID
> --
> 2.30.2
Acked-by: Chenbo Xia <chenbo.xia at intel.com>
More information about the dev
mailing list