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 71E5DA04DD; Thu, 28 Nov 2019 00:33:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3DA4E4C9D; Thu, 28 Nov 2019 00:33:36 +0100 (CET) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 4C7F79E4 for ; Thu, 28 Nov 2019 00:33:34 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 111B9C11; Wed, 27 Nov 2019 18:33:32 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 27 Nov 2019 18:33:32 -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=sWaST8oVUEysXFOoMyoSjndvzERmBVMOKTLCdrGuugY=; b=j3k89psirfCi FG7RRjRuVS0ckHicMZDv1x5CkjawDkAUYHxDEG9rZhYUEquXKBwxOvVBBlLp02RT M02SKF90mHOiqG6yggBIr4zOLvSLZdlLLT82sp1kMqYukB18vHOAFiaIN2ukywrW Ei2mmhULPneJnfCnD7Jvz8pU4KSd1KM= 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=sWaST8oVUEysXFOoMyoSjndvzERmBVMOKTLCdrGuu gY=; b=xom7yC+novDm3ERkXS36kkRwlphSQIoWMLAEaqi+cmbLM1RDH6rBQuK2p kb1doakEHcA0GG1yQJSol0L1BP8IqQwF+2Yojel1oJr0IpB6YIiyxy9m2EJWYzEk RCoWvzRs6ZsLYaWBelR731gi1D1L09v/zdDUdxkidGW6Tnx7OwsPVR6W4l0oYyLS eCP/sAdLX53apP2sfJjGO+JClQufvUfqgfgTGW7WI2aTJJN7MDnzbq6U23Js7wBF tRreFIvQDhqwsCgzspkSwcwaWlq0yF988GYfqNW2HcG4BORusXG9HxtmE4suJw+I 3STreB4KwqiPXejBk7NTVxUqRgtag== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeiiedgudduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 E051A306005E; Wed, 27 Nov 2019 18:33:30 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Kevin Traynor Date: Thu, 28 Nov 2019 00:33:29 +0100 Message-ID: <25402365.VDeRN8fseH@xps> In-Reply-To: References: <1570549949-17825-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: check coverity and bugzilla tags 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" 09/10/2019 15:43, Kevin Traynor: > On 08/10/2019 16:52, David Marchand wrote: > > Let's try to check for discrepancies in covery and bugzilla tags. > > s/covery/coverity/ - you are trying to fool your patch? :-) > > > The contributing guide specifies that: > > - for coverity issues, the tag is 'Coverity issue:' > > - for bugzilla issues, the tag is 'Bugzilla ID:' > > > > Self tested: > $ ./devtools/check-git-log.sh > Missing 'Coverity issue:' tag: > devtools: check coverity and bugzilla tags > Missing 'Bugzilla ID:' tag: > devtools: check coverity and bugzilla tags > > with typo fix, > Acked-by: Kevin Traynor > > > Signed-off-by: David Marchand Applied, thanks