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 E706D1B142 for ; Sat, 24 Nov 2018 21:45:09 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 68EC1269A7; Sat, 24 Nov 2018 15:45:09 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 24 Nov 2018 15:45:09 -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=3P4posdTt8xQ3ub+9r/FfeJ0sg+2bxOaB1bltCII2I8=; b=mwBlPzSC7zYC l8gMTYiE0b6M1SjQYvt1Z+lIVxYfySTC7RK1kTYnW+DQrKQH7eQ7hNd7eK74V/bN ZbWom882JWJinxn++4RJOR79aoIwf6LBroTlwfEjZQbT1dkFRhLAYbxcAR42TFeJ kdGi131HQMQeYAcvb4x0C0WwX9Esjxc= 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=3P4posdTt8xQ3ub+9r/FfeJ0sg+2bxOaB1bltCII2 I8=; b=Rvym6HMcgggm5WmaFdkAru8E9F0C3Evzm8iEP9A9tinWn0cCwvLRkX0b1 MbvQU+32iVumaRR2LtrPVPtJyJU99nI75oi8SUzafFT4OcX2UmQAe6xAJsXlMKWm 998GU+JNtcgVeNbIhxYXUN/ngcjuTNGz3ZQYHswppj2ke+JbnI+1bPt3Sd3QYLRp SYDFhrtshLFyWQQZ3pPE2u7qm6BDOC1MhgznYTXQpNgHuJkqkW+32VXGaFhv7ckW +YuoTou9BAlXTlQzAQFRmPTW4ni86sCRyNfDisd4PMWvof9B90gMGQCboZ16nkYJ hL2IleVhuARV5zEyO9s0mtq1eSDHA== 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 F0E11102E4; Sat, 24 Nov 2018 15:45:07 -0500 (EST) From: Thomas Monjalon To: Marko Kovacevic Cc: dev@dpdk.org, Ferruh Yigit , john.mcnamara@intel.com Date: Sat, 24 Nov 2018 21:45:05 +0100 Message-ID: <1691570.9amYBgaWql@xps> In-Reply-To: References: <20180917152429.30518-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] doc: add note into coding style 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:45:10 -0000 17/09/2018 18:31, Ferruh Yigit: > On 9/17/2018 4:24 PM, Marko Kovacevic wrote: > > Added a note into the coding style to > > highlight the use of a bool within a struct > > > > Signed-off-by: Marko Kovacevic > > Reviewed-by: Ferruh Yigit Applied, thanks