From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 40758A0487 for ; Thu, 4 Jul 2019 22:44:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A1BE12BE5; Thu, 4 Jul 2019 22:44:49 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 3D1CD2BE3 for ; Thu, 4 Jul 2019 22:44:48 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 883FD21C82; Thu, 4 Jul 2019 16:44:47 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 04 Jul 2019 16:44:47 -0400 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=VCV04lFltG8o3zk7zgatGsGlNyTCBRSurQS+iAXDoxk=; b=miyfLZZcK9CM +WV0vHk+HmanAPkZmkInB4957398jAXeg7kVmzJmDEatWbQsZl6VPgU2K3Zlpfvq /Y5PJT0NwkrMCcUqzQxivfUkM5ScLTIBZ4uU1kIzsVksVWmrLfiEL11lk4726MlB T4P5XwRm9Dw4p67Lo33UR/EBt978JNU= 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=fm3; bh=VCV04lFltG8o3zk7zgatGsGlNyTCBRSurQS+iAXDo xk=; b=licZqh/EgY+Y3uHLxnqbCvxfW2rrzpME9G9Kj3jo8CkyLoxzuFdBxDOmc MYhRnco2I35XXhGcSHVearz/Y+G3ISArM82tPprH+XuOF3L80JA/Tx1NHfaUnD2/ cNapzhqgrZpegGSDztj6i9rAyyblDW4v+CEu2fvkDprDM1nIg8fxIXCypLyIzX3c eSQujGlOkfYbnuHGt/cgeiHYRupZX6+bb016C3Bxcuz9Mg6IiUxppnypG1LZ0VUf 3lmbSNg8k7+4ex7xerk90hKJe3lEkJlYKobP4Rb6Z3kULaXInTIJ8YbTtYOV6m30 BYIqKHQ1EhfVc0cLJAv2iol99m80Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfedvgdduheehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpeguphgukhdrohhrghenucfkphepjeejrddufeegrddvtdefrddukeegnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtne cuvehluhhsthgvrhfuihiivgeptd 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 82B43380079; Thu, 4 Jul 2019 16:44:46 -0400 (EDT) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, Ferruh Yigit Date: Thu, 04 Jul 2019 22:44:45 +0200 Message-ID: <2084504.ARnRlmaUG7@xps> In-Reply-To: References: <20190523074549.29376-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: pass custom options to checkpatch 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/05/2019 15:45, Ferruh Yigit: > On 5/23/2019 8:45 AM, Olivier Matz wrote: > > Add the ability to pass custom options to checkpatch script. An example > > of use is to change the output format so it can run in emacs compilation > > mode: > > > > DPDK_CHECKPATCH_PATH=/path/to/linux/scripts/checkpatch.pl \ > > DPDK_CHECKPATCH_OPTIONS='--emacs --showfile --no-color' \ > > /path/to/dpdk.org/devtools/checkpatches.sh > > > > Signed-off-by: Olivier Matz > > Acked-by: Ferruh Yigit Applied, thanks