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 4DF505A34 for ; Wed, 13 Jan 2016 06:23:26 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 12 Jan 2016 21:23:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,287,1449561600"; d="scan'208";a="880271096" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 12 Jan 2016 21:23:24 -0800 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 12 Jan 2016 21:23:24 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 12 Jan 2016 21:23:24 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.183]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.111]) with mapi id 14.03.0248.002; Wed, 13 Jan 2016 13:23:22 +0800 From: "Zhang, Helin" To: Stephen Hemminger , "Ananyev, Konstantin" Thread-Topic: [PATCH] ixgbe: fix whitespace Thread-Index: AQHRTb6Bc/C6lF1QakGQGA/bOcxzqJ746UVg Date: Wed, 13 Jan 2016 05:23:22 +0000 Message-ID: References: <1452660850-19620-1-git-send-email-stephen@networkplumber.org> In-Reply-To: <1452660850-19620-1-git-send-email-stephen@networkplumber.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjM0MDQ1YTAtZjNmZS00M2RjLWJhOGUtMWMyM2JiNGNmY2E3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidkVMR1JrTVFsb2J3cTJQZVwvYVdvUXRucVh1ZFZjaUx6d2lmdm9hbzY4XC9NPSJ9 x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 05:23:26 -0000 -----Original Message----- From: Stephen Hemminger [mailto:stephen@networkplumber.org]=20 Sent: Wednesday, January 13, 2016 12:54 PM To: Zhang, Helin ; Ananyev, Konstantin Cc: dev@dpdk.org; Stephen Hemminger 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 whitesp= ace after keywords. Signed-off-by: Stephen Hemminger Acked-by: Helin Zhang