From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 4CD5E95CF
 for <dev@dpdk.org>; Wed, 10 Feb 2016 18:12:02 +0100 (CET)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga101.fm.intel.com with ESMTP; 10 Feb 2016 09:12:02 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.22,426,1449561600"; d="scan'208";a="743761208"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.59])
 by orsmga003.jf.intel.com with SMTP; 10 Feb 2016 09:11:59 -0800
Received: by  (sSMTP sendmail emulation); Wed, 10 Feb 2016 17:11:59 +0025
Date: Wed, 10 Feb 2016 17:11:59 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: "Zhang, Helin" <helin.zhang@intel.com>
Message-ID: <20160210171158.GA15628@bricha3-MOBL3>
References: <1452660850-19620-1-git-send-email-stephen@networkplumber.org>
 <F35DEAC7BCE34641BA9FAC6BCA4A12E70A97ABDF@SHSMSX104.ccr.corp.intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A97ABDF@SHSMSX104.ccr.corp.intel.com>
Organization: Intel Shannon Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] ixgbe: fix whitespace
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Feb 2016 17:12:03 -0000

On Wed, Jan 13, 2016 at 05:23:22AM +0000, Zhang, Helin wrote:
> 
> 
> -----Original Message-----
> From: Stephen Hemminger [mailto:stephen@networkplumber.org] 
> Sent: Wednesday, January 13, 2016 12:54 PM
> To: Zhang, Helin <helin.zhang@intel.com>; Ananyev, Konstantin <konstantin.ananyev@intel.com>
> Cc: dev@dpdk.org; Stephen Hemminger <stephen@networkplumber.org>
> Subject: [PATCH] ixgbe: fix whitespace
> 
> Normally, I ignore random minor whitespace issues, but this driver seems to have some authors that don't understand the conventions of putting whitespace after keywords.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> Acked-by: Helin Zhang <helin.zhang@intel.com>
> 

Pushed to dpdk-next-net/rel_16_04, including an additional 11 other whitespace
fixes called out by checkpatch.

/Bruce