From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id E39E83F9 for ; Fri, 6 Jun 2014 12:50:35 +0200 (CEST) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1WsrjF-0006aU-OX; Fri, 06 Jun 2014 06:50:48 -0400 Date: Fri, 6 Jun 2014 06:50:32 -0400 From: Neil Horman To: Bruce Richardson Message-ID: <20140606105032.GA1671@hmsreliant.think-freely.org> References: <1401838970-20968-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1401838970-20968-1-git-send-email-bruce.richardson@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] fix trailing 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: Fri, 06 Jun 2014 10:50:36 -0000 On Wed, Jun 04, 2014 at 12:42:50AM +0100, Bruce Richardson wrote: > This commit removes trailing whitespace from lines in files. Almost all > files are affected, as the BSD license copyright header had trailing > whitespace on 4 lines in it [hence the number of files reporting 8 lines > changed in the diffstat]. > > Signed-off-by: Bruce Richardson Acked-by: Neil Horman