From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] kni : fix build errors for gcc --version >= 6.1 Date: Tue, 21 Jun 2016 13:27:11 +0100 Message-ID: <5769329F.1090407@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: Anupam Kapoor , dev@dpdk.org 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) In-Reply-To: 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" On 6/21/2016 12:43 PM, Anupam Kapoor wrote: > This commit fixes build errors triggered due misleading indentation. >=20 > Fixes: 38db3f7f50bde (e1000: update base driver) Fixes: b9ee370557f1 ("kni: update kernel driver ethtool baseline") > Fixes: 3fc5ca2f63529 (kni: initial import) >=20 >=20 > 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