From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C36BD1B4A2 for ; Fri, 15 Feb 2019 15:02:30 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Feb 2019 06:02:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,372,1544515200"; d="scan'208";a="124735118" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.36]) by fmsmga008.fm.intel.com with SMTP; 15 Feb 2019 06:02:27 -0800 Received: by (sSMTP sendmail emulation); Fri, 15 Feb 2019 14:02:26 +0000 Date: Fri, 15 Feb 2019 14:02:25 +0000 From: Bruce Richardson To: Michael Santana Cc: dev@dpdk.org, Thomas Monjalon , Van Haaren Harry , ramirose@gmail.com Message-ID: <20190215140225.GA790616@bricha3-MOBL.ger.corp.intel.com> References: <20190213190813.12702-1-msantana@redhat.com> <20190214193547.30783-1-msantana@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190214193547.30783-1-msantana@redhat.com> User-Agent: Mutt/1.11.2 (2019-01-07) Subject: Re: [dpdk-dev] [PATCH v2 0/2] Minor changes to checkpatches 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: Fri, 15 Feb 2019 14:02:31 -0000 On Thu, Feb 14, 2019 at 02:35:45PM -0500, Michael Santana wrote: > Fixed a minor bug with variable assignment, as well as added an > option for checkpatches > > v1->v2: > Enable codespell by default. Disable via config file > > Michael Santana (2): > Enable codespell by default. Can be disabled from config file. > Fix variable assignment. > > devtools/checkpatches.sh | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Series-Acked-by: Bruce Richardson