Re: [PATCH 2/5] socket: code style cleanup

2006-08-10 Thread David Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Thu, 10 Aug 2006 01:19:50 -0700 > Just pull from net-2.6.19, Stephen's stuff is all merged in there. I'll fix the "* var" stuff, I hate that too :-) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMA

Re: [PATCH 2/5] socket: code style cleanup

2006-08-10 Thread Andrew Morton
On Wed, 09 Aug 2006 11:31:40 -0700 Stephen Hemminger <[EMAIL PROTECTED]> wrote: > Make socket.c conform to current style: > * run through Lindent > * get rid of unneeded casts > * split assignment and comparsion where possible > > -static ssize_t sock_aio_read(struct kiocb *i

Re: [PATCH 2/5] socket: code style cleanup

2006-08-09 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 09 Aug 2006 11:31:40 -0700 > Make socket.c conform to current style: > * run through Lindent > * get rid of unneeded casts > * split assignment and comparsion where possible > > Signed-off-by: Stephen Hemminger <[EMAIL PROTE

[PATCH 2/5] socket: code style cleanup

2006-08-09 Thread Stephen Hemminger
Make socket.c conform to current style: * run through Lindent * get rid of unneeded casts * split assignment and comparsion where possible Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net-2.6.orig/net/socket.c 2006-08-09 10:08:13.0 -0700 +++ net-2.6/n