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 A49FE1B144 for ; Sat, 24 Nov 2018 21:48:41 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1BC6422015; Sat, 24 Nov 2018 15:48:41 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sat, 24 Nov 2018 15:48:41 -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=CCL0qSqN8fXLRoTBjubs/GnvTZ0C8TXQcvmIr69mJgk=; b=qFSocPzc6RvJ 5DR7VN5rf9+IRmBX6Mzk2OzB8nVi/UakfHBT4f6NIjLa+UBU2pOhg5CK5AitDzWB riLs2isG8w7hXiGHZh52xyqSIvOWCnUfMTFaWV9Akdbg9pncMgeU6uy1YbTh0Bfm A4yQS/o0fGD7eHy79T7uZihCINRyrW4= 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=CCL0qSqN8fXLRoTBjubs/GnvTZ0C8TXQcvmIr69mJ gk=; b=wEgSwK9j8UdP+vZNDJsKCJr2rH/E2fDN4Pec7wn4Bb/sxKigfSLtPorWU r50dOuuCm7K1HX4eXbef+MxHV1b22g6FcB0cL0Ctetf5CZLL/VcIPUo/Vn/1G6PA 8FXKZ0cdkznl0e2pF9nrq6Pr/9q9CyR3GUXRCmRgzRhoGtoyHegLPdCGL9EpDVmB 5pohjwBOERIkBuRkVyFlkf1bFyAD+QLd14Shnkb6w1zQ7/7nqzUF7oSW8h1NJuaq O6uBhaA3anOHCySDqz/66d5yjR2k//HzgRdag5gCAtcBlxuIG/WMUOe9rlXhgqMZ RIAcUGV3cnR/AoR+yoo5DNv4Ep3ag== X-ME-Sender: 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 A58D8E407B; Sat, 24 Nov 2018 15:48:39 -0500 (EST) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org, Ferruh Yigit , john.mcnamara@intel.com Date: Sat, 24 Nov 2018 21:48:38 +0100 Message-ID: <1560116.2faodLGoI7@xps> In-Reply-To: References: <20181026093741.25267-1-david.hunt@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc/contrib: patch and code in same file 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: Sat, 24 Nov 2018 20:48:41 -0000 26/10/2018 13:37, Ferruh Yigit: > On 10/26/2018 10:37 AM, David Hunt wrote: > > Add a paragraph to the patch contribution guide suggesting that developers > > keep doc updates in the same patch as the code, rather than one big > > doc update as the final patch in a patch set. > > > > Signed-off-by: David Hunt > > Acked-by: Ferruh Yigit Applied with following title: doc: suggest to keep doc and code in same patch