From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 377DB5B34 for <dev@dpdk.org>; Mon, 1 Oct 2018 23:47:30 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B26F521903; Mon, 1 Oct 2018 17:47:29 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 01 Oct 2018 17:47:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=znYtJ2ZnsnFEr2LY0d8QH7VPnH f8f4p2ySB50Xs5cI0=; b=mWUFPVb9aNIEl425rVg37w5W46TeXRI6MqQbY1+LQu mT2z6n95JmEUX6cTdPyGRF3Tw34aag+OzisKRt8wK1pCd1fJJADNoWItzQBqq/1t 5Cdq9tf+VGvv37CRvdZxKuk7GWPrG08q+P9AhMQMtK0DCsCCulQq/ybrdJlswCZY s= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=znYtJ2 ZnsnFEr2LY0d8QH7VPnHf8f4p2ySB50Xs5cI0=; b=Vd9XFQiW9llm3HhbjZtsR7 Ma8ZlharUO3DQSTFb0HVbsKd0kl32A4h6ACe6UB1wqvs4uRC8mjseHa8R1STezDr MEWz7Oy1ugsXIfZpZ8IrBylrWd5Vsc2TOVLaLs6n+j0oa1IQFQpHQnFrtsZHRePw cddO87Gn1vgtSSBzDIp+O31GLpw8SF0RMJqc+wcO16hDPBMvEWRaLHMhYJkwVILe 3DxNxfTAzPniuDj7Krxhp1OyGr4SdhSEF7C2YQWuYAzzgKGazrLKRdvNFsvjTU69 rjyC/K2MDGcu6ZzP9nOZSNBDldIxIgpKH+aWHskbHXsyOCkJU5F7bVp8g1UblN1A == X-ME-Sender: <xms:8ZWyW72XoF4oz2u-lXELQzBgfHkge1g1W0NI2a1S7PeS2UVBu6h35w> X-ME-Proxy: <xmx:8ZWyW1mSD66n6bnW0eAMBtuiQYvDvw0PYQpvgVvt3aQmcF_G9jQAOg> <xmx:8ZWyW5T1TzRO-F51RCTGGqHO-6DrFBkMaXuMVC-cXY7k9JpsnfZPIA> <xmx:8ZWyW3AHPCMNuAZAgLoxa1L0hqVnzoTdHoSm9K6Tn52xlLJ3JmCy5Q> <xmx:8ZWyW_2xbmXdZTGH3ut7xIKDoNREPNYg9KOpb8WxoVgLSlsCx38wcQ> <xmx:8ZWyWyMAPqQrg6yjZDhL023yMh-gsWPI3JJ5dSaF4YjUALMPwBHonA> <xmx:8ZWyW6_Jm9oR2xaegOpoxnlxY0NWy9gIh0YsMZJjK6FULGCevtWldQ> Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EC6E7E4179; Mon, 1 Oct 2018 17:47:28 -0400 (EDT) From: Thomas Monjalon <thomas@monjalon.net> To: dev@dpdk.org Cc: Neil Horman <nhorman@tuxdriver.com> Date: Mon, 01 Oct 2018 23:47:27 +0200 Message-ID: <3296063.PHNZ8QPBa7@xps> In-Reply-To: <20181001204808.GA12992@hmswarspite.think-freely.org> References: <20181001203813.1798-1-thomas@monjalon.net> <20181001204808.GA12992@hmswarspite.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: fix printing subject of checked patch X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Mon, 01 Oct 2018 21:47:30 -0000 01/10/2018 22:48, Neil Horman: > On Mon, Oct 01, 2018 at 10:38:13PM +0200, Thomas Monjalon wrote: > > If checkpatches.sh is not run with verbose option (-v), > > the patch subject is printed as headline of errors only > > if there is an error reported by checkpatch.pl, not with other checks. > > The headline is moved to a function which is called after each check > > if there is an error and if it has not already be printed. > > > > One more addition, in verbose mode, checkpatch.pl is now announced > > as done for other checks. > > > > Signed-off-by: Thomas Monjalon <thomas@monjalon.net> > Acked-by: Neil Horman <nhorman@tuxdriver.com> Applied