From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id C6A971B5AE; Thu, 10 Jan 2019 10:19:41 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4890D231C6; Thu, 10 Jan 2019 04:19:41 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 10 Jan 2019 04:19:41 -0500 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=6k7aW3Gi3yEv66WMYMAsGc3n2qNhQ0YxucmN/WaZqvw=; b=R7U2qZQRTvV9 m4K7BczvK/okUu8IQ3U1KV7lHf5b8lNWG+aqAC72HyPNNtpLigtokakZyqi31Vp9 hywBpwucBdkRuPzkzPiTGszg81OOGjmROYDc2dyCEfcaG7bVFz848c6TXwQQMdF3 0KZL86wNwwHOotkk3T4SYDJAKjk/2Rs= 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=fm1; bh=6k7aW3Gi3yEv66WMYMAsGc3n2qNhQ0YxucmN/WaZq vw=; b=lbR5+5EtCdyp9G85qF/EKuoLQUjQxFGTHHxZkdPTyTwB+oYRiATx0gOK/ 61xRUrgpB0Y4sUbilwRhCjBoEeHJhgMY7BNAeY7VokKcKw5TzK3Oez5jMk3hQdIE 1dhVlBVSN/deuhsVbs0si6PzFT1M88CeotVQuxlPOSnHtTQRoMvRfdzQNeGWZ2Sg JJQzK1f5r9L4ymMlnoWgCfoz3suIACUmSeM6G9eSZn1FzU26acvJtZoO60lWp1QV 9WH6G2xfrbgaTXTP2aNWUvMY6+5LFLMCrmVdOs5PUMuvabLYEMEoBkRCx76SsKi/ KUOpN1bPsISt0OhwPkR99CwuJz3hA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrfeefgddtudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuffhomhgrihhnpeguphgukhdroh hrghenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhr ohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivg eptd 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 069C2100E4; Thu, 10 Jan 2019 04:19:39 -0500 (EST) From: Thomas Monjalon To: "gavin.hu@arm.com" Cc: dev@dpdk.org, Jerin Jacob Kollanukkaran , "honnappa.nagarahalli@arm.com" , "nd@arm.com" , "stable@dpdk.org" Date: Thu, 10 Jan 2019 10:19:39 +0100 Message-ID: <7368130.Tev6UHWMSx@xps> In-Reply-To: <87b74862fa408ec3e4cbbb2224cbdbd0e53f5fed.camel@marvell.com> References: <20181220161045.9487-1-gavin.hu@arm.com> <20181221060256.4892-1-gavin.hu@arm.com> <87b74862fa408ec3e4cbbb2224cbdbd0e53f5fed.camel@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [EXT] [PATCH v3] devtools: fix wrong headline lowercase for arm 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: , X-List-Received-Date: Thu, 10 Jan 2019 09:19:42 -0000 27/12/2018 13:34, Jerin Jacob Kollanukkaran: > On Fri, 2018-12-21 at 14:02 +0800, Gavin Hu wrote: > > Change to the new wording according to Arm corp: > > https://mails.dpdk.org/archives/dev/2018-October/115174.html > > otherwise, "Wrong headline lowercase" may be falsely reported. > > > > Fixes: f146ada21d1e ("scripts: add more git log checks") > > Cc: stable@dpdk.org > > > > Signed-off-by: Gavin Hu > > Looks good to me. > > Acked-by: Jerin Jacob Applied, thanks