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

Stephen Hemminger stephen at networkplumber.org
Fri Oct 19 19:20:53 CEST 2018


On Thu, 18 Oct 2018 23:19:18 +0000
"Van Haaren, Harry" <harry.van.haaren at intel.com> wrote:

> > -----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>

Damn you autocorrect...


More information about the dev mailing list