From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752902Ab0CXVLh (ORCPT ); Wed, 24 Mar 2010 17:11:37 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:36529 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751988Ab0CXVLf (ORCPT ); Wed, 24 Mar 2010 17:11:35 -0400 Date: Wed, 24 Mar 2010 14:11:58 -0700 (PDT) Message-Id: <20100324.141158.43422101.davem@davemloft.net> To: elendil@planet.nl Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, per.liden@ericsson.com, jon.maloy@ericsson.com, allan.stephens@windriver.com, samuel@sortiz.org, benh@kernel.crashing.org, linuxppc-dev@ozlabs.org, e1000-devel@lists.sourceforge.net Subject: Re: [PATCH 00/09] net: remove trailing spaces in messages From: David Miller In-Reply-To: <201003241840.18701.elendil@planet.nl> References: <201003241840.18701.elendil@planet.nl> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Frans Pop Date: Wed, 24 Mar 2010 18:40:15 +0100 > This is the second patchset to remove trailing spaces in kernel messages. > Patches in this set cover networking code, excepting wireless which will be > submitted in a separate set. > > Patches have been rebased against current net-next. > > Benefits are: > - general cleanup and consistency > - minor reduction in kernel size and user's log file size > - reduced annoyance for people writing logcheck rules > > I have run the patches through checkpatch and included some fixes, but in > most cases the files are so horrible in general that fixing the warnings > purely for these changes doesn't make sense. All applied, but I have to make some fixups. For example, GIT warns about trailing whitespace on any lines that you touched so I had to fix those up before putting them into the tree. Thanks.