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 519E8C346 for ; Tue, 21 Jun 2016 14:27:41 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 21 Jun 2016 05:27:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,503,1459839600"; d="scan'208";a="992092350" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.90]) ([10.237.220.90]) by fmsmga001.fm.intel.com with ESMTP; 21 Jun 2016 05:27:11 -0700 To: Anupam Kapoor , dev@dpdk.org References: From: Ferruh Yigit Message-ID: <5769329F.1090407@intel.com> Date: Tue, 21 Jun 2016 13:27:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] kni : fix build errors for gcc --version >= 6.1 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: Tue, 21 Jun 2016 12:27:42 -0000 On 6/21/2016 12:43 PM, Anupam Kapoor wrote: > This commit fixes build errors triggered due misleading indentation. > > Fixes: 38db3f7f50bde (e1000: update base driver) Fixes: b9ee370557f1 ("kni: update kernel driver ethtool baseline") > Fixes: 3fc5ca2f63529 (kni: initial import) > > > Signed-off-by: Anupam Kapoor Apart from above fixline update: Acked-by: Ferruh Yigit --- Independent from this patch, for next patches, it would be helpful to maintainers and reviewers if - Add version number to new version of patches http://dpdk.org/doc/guides/contributing/patches.html#creating-patches - Send new versions in reply to old mail thread http://dpdk.org/doc/guides/contributing/patches.html#sending-patches - And in patchwork change status of old version of patch to superseded http://dpdk.org/dev/patchwork/project/dpdk/list/ Thanks, ferruh