From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] ixgbe: checkpatch cleanups Date: Wed, 20 Apr 2016 15:41:02 +0100 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 Cc: Stephen Hemminger , "Zhang, Helin" , "Ananyev, Konstantin" , "dev@dpdk.org" To: "Lu, Wenzhuo" Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 379682931 for ; Wed, 20 Apr 2016 16:41:06 +0200 (CEST) Content-Disposition: inline In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC090903451DDB@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" 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 > Acked-by: Wenzhuo Lu Applied to dpdk-next-net/rel_16_07 with 4 additional checkpatch fixes included. /Bruce