From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/2] scripts: add checkpatch wrapper Date: Thu, 29 Oct 2015 12:17:20 +0000 Message-ID: <20151029121720.GB10272@bricha3-MOBL3> References: <1445615606-3885-1-git-send-email-thomas.monjalon@6wind.com> <1445615606-3885-2-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D184C5963 for ; Thu, 29 Oct 2015 13:17:23 +0100 (CET) Content-Disposition: inline In-Reply-To: <1445615606-3885-2-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Oct 23, 2015 at 05:53:25PM +0200, Thomas Monjalon wrote: > This script can be used to call checkpatch.pl from Linux with some > custom DPDK options. > > The path to the original Linux script must be set in an environment > variable. A script is added to load any configuration variables > required by development tools from a file .develconfig, or > ~/.config/dpdk/devel.config or /etc/dpdk/devel.config. > > Signed-off-by: Thomas Monjalon Be great to have this in the repo for checking patches before ack. Acked-by: Bruce Richardson