From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B48672BB9 for ; Wed, 14 Jun 2017 23:54:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5610020DAB; Wed, 14 Jun 2017 17:54:31 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 14 Jun 2017 17:54:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=KsFrMuMQPeUj3Dl rHj/PG/Q8Kmo+hJEaj0fZjnkB4Y4=; b=jNyJE49PEiz3Lu8y7hMmWKIigXrUh3I s+plM7eLB4H0P2gKaTJJZQE+vgRGu5HDf0fEbQzUEkjm1xJU5G/PykPZc1MO8iOb orpmZ8PSccASkOuCwJ3skZYNjir7BVtmBPg10VMJo8ITM+NRaW7Jp1bm37psMp4e Zyy5drTz0G6I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=KsFrMuMQPeUj3DlrHj/PG/Q8Kmo+hJEaj0fZjnkB4Y4=; b=D94FQbrR 0dDYVbj9TfXgEJ7nsrfYzINGTjIz0vZLl6uw3wVjUMFo9/YGm4sBX9DEAy6wRcgP p+0WbiRCpnMFWq0bHmp/XPqTNuv+mCa3ftVRqVzENkpbv/hsGzGHyNDg0d7v72l0 A2AnDoa+ze6EZsK3XTJWsCRrw8d5u6Qs0vU4nwzzMc+NQmP4Sj2IBvDC7Ka3S7bI c7AztpZBXB175/egu0MVxF5m1epVBJRjyNlBHuplZysLgpy9iVsd6+sw9zcqQ1Sk xVNBLiN5ensyfHBcqDDegpGLOh7PN2smwZOo/vM1mu/S5uHliQTrB4+t8br3PATy sMSFLqz0NMusbg== X-ME-Sender: X-Sasl-enc: oLaUsTKYPhk9qxMuvDOogwRGwtWcxzasB6zLDmTsHSWt 1497477271 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0CF1C7E962; Wed, 14 Jun 2017 17:54:31 -0400 (EDT) From: Thomas Monjalon To: Jerin Jacob Cc: dev@dpdk.org, "Mcnamara, John" Date: Wed, 14 Jun 2017 23:54:29 +0200 Message-ID: <5202656.sPjQrbsmro@xps> In-Reply-To: References: <20170607050506.31012-1-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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, 14 Jun 2017 21:54:32 -0000 > > Fixing typos across dpdk source code using codespell utility. > > Skipped the ethdev driver's base code fixes to keep the base > > code intact. > > > > 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 in > the sense of "iff = if and only if": https://en.wikipedia.org/wiki/If_and_only_if > However, unless mathematical logicians turn up to object it is fine to change it. :-) > > > Acked-by: John McNamara Applied, thanks You are welcome to add codespell to the distributed CI if there is a way to automate it without too much false positives.