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 AED4916E for ; Tue, 29 May 2018 12:32:55 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 52BCF218AF; Tue, 29 May 2018 06:32:55 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 29 May 2018 06:32:55 -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=S/pdw64Z5FfnUx34RMmHSHUJRV fBcHscEWcYeBgfj7o=; b=ayPnlAl59Ahw0nRSURzKqoXFw0+VgJ3S5Va+PjXNvs ZbxvLMNW3Ei3wEIXQNmsrxofu11bzalv4yM3sDkzNuVRamdZM0DqCtQWpa9wuuGi A8T6FlEQQVuFeABwr3lWaF1X9/Io/1zkm5+7Wk9iKH5Nzhtoj5s9+jL+TtSEhiMN 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=fm2; bh=S/pdw6 4Z5FfnUx34RMmHSHUJRVfBcHscEWcYeBgfj7o=; b=Gu0GIb3fjHd2LrOiTHVMl8 VmZd5M/AlJ02b9nZi861OOTUeI0pSjDwrCinq4o1XFa2y1VbvESp8b0jHUD3tIFu H0f6pI6kD5wGQyQhn9JbslFY25mLXVKjopaa6EG+b54yWZVSbuf2ERdNcQiWfmal vgAVkY8dwb/IItTNtTvQQf3bWrbobWqQ6AqLHG8znpeXssYCAG3CVmtJ7rpb4guw NV/WYdZ95Wu+8SrY2mE23AO643Fw/LJ655771nuf5j8sM4x+at23xIanEh0JQfLI d3DoeDLIO+dnJygZC4ekrAzvUyjt3pyPMr5CEvEQ+I1Te5q/LMP1tjDmBm9VvP/g == 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 82E69E4F84; Tue, 29 May 2018 06:32:54 -0400 (EDT) From: Thomas Monjalon To: Marko Kovacevic Cc: dev@dpdk.org, ferruh.yigit@intel.com, john.mcnamara@intel.com Date: Tue, 29 May 2018 12:32:53 +0200 Message-ID: <7643300.VTXUEitkYP@xps> In-Reply-To: <20180528152342.22467-1-marko.kovacevic@intel.com> References: <20180528152342.22467-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 v1] doc: add guides for patch fix issues 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: Tue, 29 May 2018 10:32:55 -0000 28/05/2018 17:23, Marko Kovacevic: > -`Coverity `_ > -is a tool for static code analysis. > -It is used as a cloud-based service used to scan the DPDK source code, > -and alert developers of any potential defects in the source code. > -When fixing an issue found by Coverity, the patch must contain a Coverity issue ID > -in the body of the commit message. For example:: > + `Coverity `_ > + is a tool for static code analysis. > + It is used as a cloud-based service used to scan the DPDK source code, > + and alert developers of any potential defects in the source code. > + When fixing an issue found by Coverity, the patch must contain a Coverity issue ID > + in the body of the commit message. For example:: Why the indentation is changed?