From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Van Haaren, Harry" Subject: Re: [PATCH] examples/vdpa: fix spelling error in message Date: Thu, 18 Oct 2018 23:19:18 +0000 Message-ID: References: <20181018223430.12899-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Stephen Hemminger , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 441525F38 for ; Fri, 19 Oct 2018 01:19:21 +0200 (CEST) In-Reply-To: <20181018223430.12899-1-stephen@networkplumber.org> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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 >=20 > Signed-off-by: Stephen Hemminger > --- > examples/vdpa/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 =3D PCI_ADDR; > did =3D 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".