From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 842122B98; Mon, 4 Mar 2019 22:47:01 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6F4EE21D19; Mon, 4 Mar 2019 16:47:00 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 04 Mar 2019 16:47:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=KPDxBWm5vMr2ZLcQ4BCiX7MUfZCISR2hshuqfrLDYCg=; b=WuZlJ6cJoHc/ ZgjGz+t6u354qnVdpYfRqJ6FkKcIaqFHtBHSJweQ3+aw1GzKrSIvo7lmRGy4XbX/ 8JV5FRT/iG4pQQXom9/2wuwzbcDJc4SGwNtBfcZyCMLqR8w0AMXvJhD/qrxMoRfd Z+qjeTUTxfSL0MpOkz7iIqGozJcvNMQ= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=KPDxBWm5vMr2ZLcQ4BCiX7MUfZCISR2hshuqfrLDY Cg=; b=2cVIqxHecE6qYakWVYOLjr17/LmmaDbJQbUILu8DtM+3ILK5Lmat0bwZv s4Sff44z9uc5OZ2Y5nvMP/C+2Bvhxw9POHfueCODRQ6K2gI6Dwpd8HZQZmwHVm7L QqccUArtIdzeyuoYt65OyhQoDLGwxuUewkmN2WtJwoAp+XPJzOnS1fXL5mmRfpmX 5S/+qg2TL8Tbn/MTg0+B4awByDItXwtWMJfaBaUsr8pILHbttsOgK95sR4cGtPcQ Yi0u+2L38lBzAzfjlYVbM/SdIeJJQ00jIYqagWx4XuShq5y1drRSsfXCxbYxc909 ItZbevO8MigHKzeRHKPOq1dYoESCA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrfedugdduhedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E5720E44A5; Mon, 4 Mar 2019 16:46:58 -0500 (EST) From: Thomas Monjalon To: Michael Santana Cc: stable@dpdk.org, dev@dpdk.org, Bruce Richardson , Van Haaren Harry , ramirose@gmail.com Date: Mon, 04 Mar 2019 22:46:56 +0100 Message-ID: <2668736.3NGVAk5oPp@xps> In-Reply-To: <20190304190716.5847-1-msantana@redhat.com> References: <20190301170806.3547-1-msantana@redhat.com> <20190304190716.5847-1-msantana@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH v4 0/2] Minor changes to checkpatches X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 21:47:01 -0000 04/03/2019 20:07, Michael Santana: > Fixed a minor bug with variable assignment, as well as added an > option for checkpatches > > v3->v4: > Support enabling codespell via environment variable. > > v2->v3: > Also enable codespell by setting a path to a dictionary file. > > v1->v2: > Enable codespell by default. Disable via config file > > Michael Santana (2): > Enable codespell by default. Can be disabled from config file. > devtools: fix result of svg include check > > devtools/checkpatches.sh | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) > > Series-Acked-by: Bruce Richardson Applied, thanks