From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CF438A05D3 for ; Thu, 23 May 2019 13:50:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BA5461B945; Thu, 23 May 2019 13:50:45 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 486F92B9E for ; Thu, 23 May 2019 13:50:44 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C950938F21; Thu, 23 May 2019 07:50:43 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 23 May 2019 07:50:43 -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=xD05cIXqrGldoYsNSib/E7Yx4cuT+iFD/dqG4+eMr1o=; b=NppVl5qMRy7K ageUegjWZNxUmI4Oa0lS8h1Km5hHPcijPNNGa6Wr5pO8SsM7i8ZfVWTEJ3YRgwRz znkIuQEXVXa/fgX+TeHJM3KGyXBB+yOoQ8Q/+MPbePd7w65kPJEJkTVCljP1FF4I VH/1Yj1oRe2Lx+UKKGilEVSzflxR3u0= 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=xD05cIXqrGldoYsNSib/E7Yx4cuT+iFD/dqG4+eMr 1o=; b=YGcS40KYJv7yBmyUYVLjjx8lcxJVBVsDWkdoC6ZxzX1O99gPDUnKEnQR6 l714TVzo0q3Q/FTD+wqlyhnT4aEQrF9yhd3NbjqKQhNhrRsK+gImePD1Zoc3Y5zX w2UKJ2nSd1rsSrOWaakDi4nX3OKaN4B12bnn2lzkwh/WzPcspWKiqL75MEf3RShX cTeDXvdmMzIOWCsimBlBM16/r3BT1iTueAqLPTddFjZPF/p03mJLJindlfeT0Hln M/+H0GwVia9jOtXg1Bhs5TLIpq5xI6Pm/1KkQPwVGI0FfOre4CMDHAztQGPpEGsU kPB0HsLbKxbko3AJG7Kr6M2jRmrxQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddruddugedggeeiucetufdoteggodetrfdotf 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 B4ECC8005C; Thu, 23 May 2019 07:50:42 -0400 (EDT) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org Date: Thu, 23 May 2019 13:50:41 +0200 Message-ID: <2388530.g1xHbJaXS4@xps> In-Reply-To: <20190523074549.29376-1-olivier.matz@6wind.com> 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" 23/05/2019 09:45, Olivier Matz: > 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 Except the usage example being with emacs, Acked-by: Thomas Monjalon