From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B3EBFA0487 for ; Tue, 2 Jul 2019 17:51:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EFAF91B9C7; Tue, 2 Jul 2019 17:51:12 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7485F1B9B9 for ; Tue, 2 Jul 2019 17:51:10 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 08:51:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,443,1557212400"; d="scan'208";a="174633972" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 02 Jul 2019 08:51:07 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 08:51:07 -0700 Received: from lcsmsx152.ger.corp.intel.com (10.186.165.231) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 08:51:06 -0700 Received: from HASMSX110.ger.corp.intel.com ([169.254.6.40]) by LCSMSX152.ger.corp.intel.com ([169.254.4.141]) with mapi id 14.03.0439.000; Tue, 2 Jul 2019 18:51:04 +0300 From: "Trybula, ArturX" To: Stephen Hemminger , "dev@dpdk.org" CC: "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH 22/30] examples/service_cores: fix spelling errors Thread-Index: AQHVMDrzeZYoKv5Qq0CbCjUFRDTbJaa3esfg Date: Tue, 2 Jul 2019 15:51:04 +0000 Message-ID: <5B6D1C77E9D7034C93E97BD83D1D9F57077DD8B8@HASMSX110.ger.corp.intel.com> References: <20190701182536.20110-1-stephen@networkplumber.org> <20190701182536.20110-23-stephen@networkplumber.org> In-Reply-To: <20190701182536.20110-23-stephen@networkplumber.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDQxY2ZkOGYtY2Y0Ny00OThkLTg3YTAtZjFkMjkwYzZhNjA2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVUhaaXA2aXZqS25JXC9qTVwvRW9SRFY3UHJkN0tZYjk0b2JhWFZCNDdNTkJ0NU5XbFQ0Qm5wOXNXVkNSSkduTHdPIn0= x-originating-ip: [10.184.70.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 22/30] examples/service_cores: fix spelling errors 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger Sent: Monday, July 1, 2019 20:25 To: dev@dpdk.org Cc: Stephen Hemminger Subject: [dpdk-dev] [PATCH 22/30] examples/service_cores: fix spelling erro= rs Spelling errors found by codespell. Signed-off-by: Stephen Hemminger --- examples/service_cores/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/service_cores/main.c b/examples/service_cores/main.c = index c7c792810d99..7642127d3a85 100644 --- a/examples/service_cores/main.c +++ b/examples/service_cores/main.c @@ -119,7 +119,7 @@ apply_profile(int profile_id) const uint8_t core_off =3D 1; =20 if (p->num_cores > rte_lcore_count() + 1) { - printf("insufficent cores to run (%s)", + printf("insufficient cores to run (%s)", [Artur] "insufficient number of cores..." ? p->name); return; } -- 2.20.1