From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D5F4F235 for ; Tue, 29 May 2018 12:46:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2018 03:45:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,456,1520924400"; d="scan'208";a="203520748" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga004.jf.intel.com with ESMTP; 29 May 2018 03:45:58 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.212]) by IRSMSX109.ger.corp.intel.com ([169.254.13.225]) with mapi id 14.03.0319.002; Tue, 29 May 2018 11:45:58 +0100 From: "Kovacevic, Marko" To: Thomas Monjalon CC: "dev@dpdk.org" , "Yigit, Ferruh" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH v1] doc: add guides for patch fix issues Thread-Index: AQHT9pfInRYdXiaz50iPoub1oPTWMKRGctmAgAAT9BA= Date: Tue, 29 May 2018 10:45:57 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6601FE835F@IRSMSX104.ger.corp.intel.com> References: <20180528152342.22467-1-marko.kovacevic@intel.com> <7643300.VTXUEitkYP@xps> In-Reply-To: <7643300.VTXUEitkYP@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWEzN2Y0NDYtN2FmNS00MTZiLTgxMGYtMzAwOTQzYzlkYjU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IitTOFBzbFlUQldPTGZwNTA0bSsyV0Z3cDdpMXZTNlBZMnZITzZUWDkzVnM9In0= x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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:46:01 -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 development-kit>`_ > > + is a tool for static code analysis. > > + It is used as a cloud-based service used to scan the DPDK source co= de, > > + 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:: >=20 > Why the indentation is changed? >=20 My bad I tried doing it differently yesterday and saw the way you changed i= t And just kept it the same way because it looked good but forgot to bring th= e text back. I'll send a v2 now. Marko K