From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C032E5F2E for ; Mon, 17 Sep 2018 18:32:05 +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 orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Sep 2018 09:32:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,386,1531810800"; d="scan'208";a="233638447" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by orsmga004.jf.intel.com with ESMTP; 17 Sep 2018 09:31:48 -0700 To: Marko Kovacevic , dev@dpdk.org Cc: john.mcnamara@intel.com References: <20180917152429.30518-1-marko.kovacevic@intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Mon, 17 Sep 2018 17:31:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180917152429.30518-1-marko.kovacevic@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Mon, 17 Sep 2018 16:32:06 -0000 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