From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] dpdk: remove typos using codespell utility Date: Wed, 14 Jun 2017 23:54:29 +0200 Message-ID: <5202656.sPjQrbsmro@xps> References: <20170607050506.31012-1-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" To: Jerin Jacob 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) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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.