From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 6A0A569D4 for ; Tue, 15 Jan 2019 03:36:27 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2019 18:36:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,480,1539673200"; d="scan'208";a="135847190" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 14 Jan 2019 18:36:26 -0800 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 14 Jan 2019 18:36:26 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 14 Jan 2019 18:36:25 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.150]) with mapi id 14.03.0415.000; Tue, 15 Jan 2019 10:36:24 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] framework/config: fix a typo Thread-Index: AQHUqlY7XC6h11r6oUOOVk+Ifwc4BaWvoYPg Date: Tue, 15 Jan 2019 02:36:23 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA014E4@SHSMSX101.ccr.corp.intel.com> References: <20190112090700.6933-1-ramirose@gmail.com> In-Reply-To: <20190112090700.6933-1-ramirose@gmail.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTYwMzM4MTYtYjUzNC00YWI0LWIwNGUtMjY0YTAzY2I3NGZlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM1BXVmhBbDg2V0QrdWcxemNJeDh4NUJpXC9LaXkxUWJ0emtpSmlnM0E0RmJhWWYxUkNldUJHdU16eXE1SnFCOWgifQ== x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] framework/config: fix a typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2019 02:36:27 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Saturday, January 12, 2019 5:07 PM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] framework/config: fix a typo >=20 > This patch fixes a typo (covert->convert) in framework/config.py >=20 > Signed-off-by: Rami Rosen > --- > framework/config.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/framework/config.py b/framework/config.py index 46c6ffb..b4f= 37d1 > 100644 > --- a/framework/config.py > +++ b/framework/config.py > @@ -272,7 +272,7 @@ class CrbsConf(UserConf): > if not crb_confs: > continue >=20 > - # covert file configuration to dts crbs > + # convert file configuration to dts crbs > for conf in crb_confs: > key, value =3D conf > if key =3D=3D 'dut_ip': > -- > 2.19.2