From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fix trailing whitespace. Date: Wed, 11 Jun 2014 12:03:48 +0200 Message-ID: <87655757.0nh8hPpYoP@xps13> References: <1401838970-20968-1-git-send-email-bruce.richardson@intel.com> <20140606105032.GA1671@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Bruce Richardson Return-path: In-Reply-To: <20140606105032.GA1671-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > 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 I've completed it with these changes: - remove spaces before tabs in libs - remove more trailing spaces in non-C files Applied for version 1.7.0. Some whitespaces and indentation errors are remaining, especially in examples. But it can be fixed when examples will be updated. I'm not a big fan of such patch. I prefer to take care of not adding new spacing errors. So from now, trailing whitespaces, spaces before tabs and wrong indentation should be tracked carefully in new patches. Thanks -- Thomas