From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add note into coding style Date: Sat, 24 Nov 2018 21:45:05 +0100 Message-ID: <1691570.9amYBgaWql@xps> References: <20180917152429.30518-1-marko.kovacevic@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , john.mcnamara@intel.com To: Marko Kovacevic 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) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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