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 C35EFA0524; Mon, 24 Feb 2020 14:39:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1120E1BFA5; Mon, 24 Feb 2020 14:39:49 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id A11191F1C for ; Mon, 24 Feb 2020 14:39:47 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 5107D47D; Mon, 24 Feb 2020 08:39:46 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 24 Feb 2020 08:39:46 -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=s6nO6I3Zq7BMFIeqwY9ECQCjxx2anR3rSHdPNHdAttw=; b=Qf5yj7tb9nQ9 O85eLs4YxHoXXpXb17Hpt+Mf/zouqS5+oyIFBdSKlLsuWjyhgCVB+dyQHvapK+eR XpOZGFdq+vyHm8/rJdzy2pJd5Nw5BEstPQu8vjuA4KZXsFeoQrmkT95fbQd+g9+/ /sWnK8b2LoOcdN7JqQd0PBRmovHyChA= 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=s6nO6I3Zq7BMFIeqwY9ECQCjxx2anR3rSHdPNHdAt tw=; b=Iv3dB8gV7n2bKygiAlJbBoJ5cUOn8IOFRMxv+Pp2eizJ2a+KzbNtDPw2w cPBYlCCndP/krSRdsN0kPTBosY1TYvPhub8vIMRv+mukyJvMDMtiSb4Vl1RoCkAs ynLdkE0SmcPnKQO6FfQQT5b6xzOMAOc/livoVI4Ew3/By5GiYFS2ifmtMuf0usIx 0rI3tDu2uGGNTFcdE8h9KyfZ2D52GbVcCsiPIaKFJTqQ3Cn/TxoJjq1Sa/1Zl+qN aBwCmPdsII8kLXZQE1HyzH+eyOqQLBBDy8ep+iEAa8s7CbUD4rNiWQ+mpsc8EnSz QRYBoL5TXoDu3hblLZRSWdo0V3crw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrledtgdehgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 125933280060; Mon, 24 Feb 2020 08:39:44 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Sean Morrissey Date: Mon, 24 Feb 2020 14:39:43 +0100 Message-ID: <2509081.uZKlY2gecq@xps> In-Reply-To: <20200224120227.454547-1-ferruh.yigit@intel.com> References: <20191025095957.29632-1-sean.morrissey@intel.com> <20200224120227.454547-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] devtools: export title syntax data for check-git-log 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/02/2020 13:02, Ferruh Yigit: > From: Sean Morrissey > > Moved title syntax to a separate file so that it improves code > readability and allows easy addition. > > Also logic changed from checking for bad pattern to checking good > pattern which documents the expected syntax more clearly, and does not > have gaps in the checks. > > Signed-off-by: Sean Morrissey > Signed-off-by: Ferruh Yigit > --- > v2: > * renamed data file to words-case.txt and added to MAINTAINERS file > * Updated script > * as of now vdpa as file prefix is giving false positive False positive can be avoided if filtering out what is before the first colon.