From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 0C49F23B for ; Wed, 7 Jun 2017 11:20:39 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jun 2017 02:20:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,310,1493708400"; d="scan'208";a="1179353111" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga002.fm.intel.com with ESMTP; 07 Jun 2017 02:20:38 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by irsmsx105.ger.corp.intel.com ([169.254.7.168]) with mapi id 14.03.0319.002; Wed, 7 Jun 2017 10:20:37 +0100 From: "Mcnamara, John" To: Jerin Jacob , "dev@dpdk.org" CC: "thomas@monjalon.net" Thread-Topic: [dpdk-dev] [PATCH] dpdk: remove typos using codespell utility Thread-Index: AQHS30vN5rt7UnfXAkG4X3zTDjb9yqIZHCsw Date: Wed, 7 Jun 2017 09:20:37 +0000 Message-ID: References: <20170607050506.31012-1-jerin.jacob@caviumnetworks.com> In-Reply-To: <20170607050506.31012-1-jerin.jacob@caviumnetworks.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWE1MTJjZTMtZTQwNS00Y2RhLTk3OWEtMDZkN2Q2MzQxM2Q2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhnenJkTW9KME1VVmRcL1UxNCtLblNKMjFLalBIaitTN09JOHltaFhsRlpRPSJ9 dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] dpdk: remove typos using codespell utility 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: Wed, 07 Jun 2017 09:20:40 -0000 > -----Original Message----- > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > Sent: Wednesday, June 7, 2017 6:05 AM > To: dev@dpdk.org > Cc: thomas@monjalon.net; Mcnamara, John ; Jerin > Jacob > Subject: [dpdk-dev] [PATCH] dpdk: remove typos using codespell utility >=20 > Fixing typos across dpdk source code using codespell utility. > Skipped the ethdev driver's base code fixes to keep the base > code intact. >=20 > Signed-off-by: Jerin Jacob Good work. More people should run spell checks on their code. It is an easy= fix that improves the overall quality. Note the uses of "iff", which are corrected to "if", are probable correct i= n the sense of "iff =3D if and only if": https://en.wikipedia.org/wiki/If_and= _only_if=20 However, unless mathematical logicians turn up to object it is fine to chan= ge it. :-) Acked-by: John McNamara