[PATCH 00/09] net: remove trailing spaces in messages

2010-03-24 Thread Frans Pop
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.

Shortstat:
 56 files changed, 236 insertions(+), 236 deletions(-)

Frans Pop (9):
  net: remove trailing space in messages
  net/tipc: remove trailing space in messages
  net/irda: remove trailing space in messages
  net/ps3_gelic: remove trailing space in messages
  net/smc91xx: remove trailing space in messages
  net/tokenring: remove trailing space in messages
  net/tulip: remove trailing space in messages
  net/intel: remove trailing space in messages
  net/various: remove trailing space in messages

Cheers,
FJP
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


Re: [PATCH 00/09] net: remove trailing spaces in messages

2010-03-24 Thread David Miller
From: Frans Pop elen...@planet.nl
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.
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


Re: [PATCH 00/09] net: remove trailing spaces in messages

2010-03-24 Thread Frans Pop
On Wednesday 24 March 2010, David Miller wrote:
 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.

I did wonder about fixing that or not. But as the surrounding code also has 
tons of trailing whitespace, I chose to leave things consistently messy.

I'll remove at least trailing whitespace next time.

Thanks David.
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev