[dpdk-dev] [PATCH] examples/vdpa: fix spelling error in message

Van Haaren, Harry harry.van.haaren at intel.com
Fri Oct 19 01:19:18 CEST 2018


> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger
> Sent: Thursday, October 18, 2018 3:35 PM
> To: dev at dpdk.org
> Cc: Stephen Hemminger <stephen at networkplumber.org>
> Subject: [dpdk-dev] [PATCH] examples/vdpa: fix spelling error in message
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
>  examples/vdpa/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/examples/vdpa/main.c b/examples/vdpa/main.c
> index c5e8f58ec6d2..2ffbf2d8b4a3 100644
> --- a/examples/vdpa/main.c
> +++ b/examples/vdpa/main.c
> @@ -334,7 +334,7 @@ static void cmd_create_vdpa_port_parsed(void
> *parsed_result,
>  	addr.type = PCI_ADDR;
>  	did = rte_vdpa_find_device_id(&addr);
>  	if (did < 0) {
> -		cmdline_printf(cl, "Unable to find vdpa devide id.\n");
> +		cmdline_printf(cl, "Unable to find vdpa divide id.\n");

<nit>
   I'd guess this fix was meant to be "device" not "divide".
</nit>


More information about the dev mailing list