From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 40EF84CE4 for ; Mon, 27 Jun 2016 17:06:00 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 27 Jun 2016 08:05:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,537,1459839600"; d="scan'208";a="984140676" Received: from dcarleto-mobl4.ger.corp.intel.com ([10.252.0.127]) by orsmga001.jf.intel.com with SMTP; 27 Jun 2016 08:05:56 -0700 Received: by (sSMTP sendmail emulation); Mon, 27 Jun 2016 16:05:55 +0025 Date: Mon, 27 Jun 2016 16:05:55 +0100 From: Bruce Richardson To: "Lu, Wenzhuo" Cc: Thomas Monjalon , "dev@dpdk.org" , Markos Chandras Message-ID: <20160627150555.GC17808@bricha3-MOBL3> References: <20160623092552.30932-1-mchandras@suse.de> <6A0DE07E22DDAD4C9103DF62FEBC09090348A2A5@shsmsx102.ccr.corp.intel.com> <2260730.VRpmIevhvb@xps13> <6A0DE07E22DDAD4C9103DF62FEBC09090348A53B@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09090348A53B@shsmsx102.ccr.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] e1000/base: Add missing braces to the 'if' statements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 15:06:00 -0000 On Fri, Jun 24, 2016 at 08:31:05AM +0000, Lu, Wenzhuo wrote: > Hi Thomas, Markos, > > > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sent: Friday, June 24, 2016 3:13 PM > > To: Lu, Wenzhuo > > Cc: dev@dpdk.org; Markos Chandras > > Subject: Re: [dpdk-dev] [PATCH] e1000/base: Add missing braces to the 'if' > > statements > > > > 2016-06-24 00:43, Lu, Wenzhuo: > > > Thanks for this patch. But normally the code in the base directory is synced > > from the kernel driver. So we don't change it if there's no critical issue. It's easy > > for us to maintain it. Thanks. > > > > I think a build error is critical enough. > OK. The change itself looks fine to me. Applied to dpdk-next-net/rel_16_07 /Bruce