From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4CD5E95CF for ; 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 To: "Zhang, Helin" Message-ID: <20160210171158.GA15628@bricha3-MOBL3> References: <1452660850-19620-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) 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, 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 ; 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 whitespace after keywords. > > Signed-off-by: Stephen Hemminger > Acked-by: Helin Zhang > Pushed to dpdk-next-net/rel_16_04, including an additional 11 other whitespace fixes called out by checkpatch. /Bruce