From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] e1000/base: Add missing braces to the 'if' statements Date: Fri, 24 Jun 2016 09:12:51 +0200 Message-ID: <2260730.VRpmIevhvb@xps13> References: <20160623092552.30932-1-mchandras@suse.de> <6A0DE07E22DDAD4C9103DF62FEBC09090348A2A5@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Markos Chandras To: "Lu, Wenzhuo" Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 36BC5C67A for ; Fri, 24 Jun 2016 09:12:53 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id r201so12660063wme.1 for ; Fri, 24 Jun 2016 00:12:53 -0700 (PDT) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09090348A2A5@shsmsx102.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.