From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 95DC72BA1 for ; Fri, 8 Apr 2016 03:48:09 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 07 Apr 2016 18:48:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,449,1455004800"; d="scan'208";a="682741279" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 07 Apr 2016 18:48:08 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 7 Apr 2016 18:48:08 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 7 Apr 2016 18:48:07 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.232]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.142]) with mapi id 14.03.0248.002; Fri, 8 Apr 2016 09:48:05 +0800 From: "Lu, Wenzhuo" To: Stephen Hemminger , "Zhang, Helin" , "Ananyev, Konstantin" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ixgbe: checkpatch cleanups Thread-Index: AQHRkSeZvUcuf6AIg0qA6kIPIX/NYZ9/Tl+Q Date: Fri, 8 Apr 2016 01:48:05 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC090903451DDB@shsmsx102.ccr.corp.intel.com> References: <1460072728-1479-1-git-send-email-stephen@networkplumber.org> In-Reply-To: <1460072728-1479-1-git-send-email-stephen@networkplumber.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 01:48:10 -0000 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 >=20 > 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. >=20 > Signed-off-by: Stephen Hemminger Acked-by: Wenzhuo Lu