From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 379682931
 for <dev@dpdk.org>; Wed, 20 Apr 2016 16:41:06 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by fmsmga103.fm.intel.com with ESMTP; 20 Apr 2016 07:41:05 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.24,510,1455004800"; d="scan'208";a="689350058"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.132])
 by FMSMGA003.fm.intel.com with SMTP; 20 Apr 2016 07:41:02 -0700
Received: by  (sSMTP sendmail emulation); Wed, 20 Apr 2016 15:41:02 +0025
Date: Wed, 20 Apr 2016 15:41:02 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>,
 "Zhang, Helin" <helin.zhang@intel.com>,
 "Ananyev, Konstantin" <konstantin.ananyev@intel.com>,
 "dev@dpdk.org" <dev@dpdk.org>
Message-ID: <20160420144101.GA11276@bricha3-MOBL3>
References: <1460072728-1479-1-git-send-email-stephen@networkplumber.org>
 <6A0DE07E22DDAD4C9103DF62FEBC090903451DDB@shsmsx102.ccr.corp.intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC090903451DDB@shsmsx102.ccr.corp.intel.com>
Organization: Intel Shannon Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH] ixgbe: checkpatch cleanups
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, 20 Apr 2016 14:41:06 -0000

On Fri, Apr 08, 2016 at 01:48:05AM +0000, Lu, Wenzhuo wrote:
> Hi,
> 
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger
> > Sent: Friday, April 8, 2016 7:45 AM
> > To: Zhang, Helin; Ananyev, Konstantin
> > Cc: dev@dpdk.org; Stephen Hemminger
> > Subject: [dpdk-dev] [PATCH] ixgbe: checkpatch cleanups
> > 
> > Run ixgbe driver through checkpatch and edit away all the
> > nasty bits.  Fix line spacing, some bad indentation, and in a couple
> > of cases use short circuit (already there) return to lessen indentation.
> > 
> > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>

Applied to dpdk-next-net/rel_16_07 with 4 additional checkpatch fixes included.

/Bruce