From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Oct 2018 16:19:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,397,1534834800"; d="scan'208";a="98673091" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga004.fm.intel.com with ESMTP; 18 Oct 2018 16:19:19 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 19 Oct 2018 00:19:18 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.67]) by IRSMSX156.ger.corp.intel.com ([169.254.3.178]) with mapi id 14.03.0319.002; Fri, 19 Oct 2018 00:19:18 +0100 From: "Van Haaren, Harry" To: Stephen Hemminger , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] examples/vdpa: fix spelling error in message Thread-Index: AQHUZzLJWEtmhHFoPEGTUhOps1N/saUlotGg Date: Thu, 18 Oct 2018 23:19:18 +0000 Message-ID: References: <20181018223430.12899-1-stephen@networkplumber.org> In-Reply-To: <20181018223430.12899-1-stephen@networkplumber.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTA0YzkxNTEtZjIwYi00YWZmLTk1ZDItZTI5ZWNjYTQ3MWUyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidG90QVU5RDZcL1lDQVBFWXQyRjVXVVZENk5KcnBrRGNFVEpLWldOV05iUGhNdkRDQStDV2xibVFvQTZcL2hrV2lXIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/vdpa: fix spelling error in message X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 23:19:21 -0000 > -----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".