From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] examples/vdpa: fix spelling error in message Date: Fri, 19 Oct 2018 10:20:53 -0700 Message-ID: <20181019102053.4e59c2a9@xeon-e3> References: <20181018223430.12899-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Van Haaren, Harry" Return-path: Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 932151B274 for ; Fri, 19 Oct 2018 19:20:57 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id r9-v6so16757664pff.11 for ; Fri, 19 Oct 2018 10:20:57 -0700 (PDT) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 18 Oct 2018 23:19:18 +0000 "Van Haaren, Harry" wrote: > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger > > Sent: Thursday, October 18, 2018 3:35 PM > > To: dev@dpdk.org > > Cc: Stephen Hemminger > > Subject: [dpdk-dev] [PATCH] examples/vdpa: fix spelling error in message > > > > Signed-off-by: Stephen Hemminger > > --- > > 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"); > > > I'd guess this fix was meant to be "device" not "divide". > Damn you autocorrect...