From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v4 0/2] Minor changes to checkpatches Date: Mon, 04 Mar 2019 22:46:56 +0100 Message-ID: <2668736.3NGVAk5oPp@xps> References: <20190301170806.3547-1-msantana@redhat.com> <20190304190716.5847-1-msantana@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, Bruce Richardson , Van Haaren Harry , ramirose@gmail.com To: Michael Santana Return-path: In-Reply-To: <20190304190716.5847-1-msantana@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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