From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 63578160 for ; Thu, 24 May 2018 18:49:45 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DA0FE228A8; Thu, 24 May 2018 12:49:44 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 24 May 2018 12:49:44 -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=N6DiUjQd+qVbQ4+3Dd+WkZN805 +LQeTmjL2nqmFgyAo=; b=SnD7GKNC9qHUbsOCFcfxxAEf2L2RXae9hFdRJvCAi7 MaBwh2EQZvmbuM3BbVDX9CfWzRjWjOfNzTSzhgjuvrtEh9rYbTUOFGuzy3LAXbPk TFDQhpcYukloMmN/k4kcqxampBsCvK5C0ViBbMPkhUUHfXZ3EXCNqj6Z8EvAjT5a 8= 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=fm2; bh=N6DiUj Qd+qVbQ4+3Dd+WkZN805+LQeTmjL2nqmFgyAo=; b=nFESDvmr7goCKhz7hhKvt4 JeR8r+uZMSY7ow2BuB4jEqcV9r6d59mwUako23sSjOXNRzcL6J7AyHIBKACVphok BB6ZuRWhAqzn0CR59iew4EYoFASiE/VFFSG2YdxqyLERERYFNCBdS+L1bisZESOs W8hU79tIw5I9OKsBG/cyIV+yp6cV4Ln7yvPskZqoM4elXJN+4hT52AWosPLGnhSB hXDVojoSXRLBhc4AWpS7Q9VuJ14gsBF5lucHpOhe+d/ShFW7MpUy+qw1w36pitUy DEu1QXEoN9piwAqJpVlydcrMnToJz71/oKW43b1c8Kq1z/dvHeFqcomUFO5xUYnQ == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 07E79E4118; Thu, 24 May 2018 12:49:43 -0400 (EDT) From: Thomas Monjalon To: "Kovacevic, Marko" Cc: dev@dpdk.org, Ferruh Yigit , "Mcnamara, John" , "hemant.agrawal@nxp.com" Date: Thu, 24 May 2018 18:49:42 +0200 Message-ID: <1587921.jUFB9XxacZ@xps> In-Reply-To: References: <20180110145200.13895-1-marko.kovacevic@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 1/2] doc: add guidelines for coverity 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: , X-List-Received-Date: Thu, 24 May 2018 16:49:45 -0000 13/02/2018 12:59, Ferruh Yigit: > On 1/16/2018 4:37 PM, Mcnamara, John wrote: > > > > > >> -----Original Message----- > >> From: Kovacevic, Marko > >> Sent: Tuesday, January 16, 2018 9:13 AM > >> To: dev@dpdk.org > >> Cc: Mcnamara, John ; Yigit, Ferruh > >> ; hemant.agrawal@nxp.com; Kovacevic, Marko > >> > >> Subject: [PATCH v3 1/2] doc: add guidelines for coverity tags > >> > >> Added contribution guideline for adding tags > >> when sending patches that have been raised by > >> coverity > >> > >> Signed-off-by: Marko Kovacevic > >> Acked-by: Hemant Agrawal > > > > The commit message shouldn't be indented. Apart from that: > > > > Acked-by: John McNamara > > Acked-by: Ferruh Yigit Series Acked-by: Thomas Monjalon Applied with minor formatting changes, thanks.