Re: [patch 1/3] tcp: cleanup of htcp (resend)

2007-02-12 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Mon, 12 Feb 2007 13:28:22 -0800 > Minor non-invasive cleanups: > * white space around operators and line wrapping > * use const > * use __read_mostly > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks Stephen. - To unsubs

[patch 1/3] tcp: cleanup of htcp (resend)

2007-02-12 Thread Stephen Hemminger
Minor non-invasive cleanups: * white space around operators and line wrapping * use const * use __read_mostly Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/ipv4/tcp_htcp.c | 65 +--- 1 file changed, 37 insertions(+), 28 deletions

Re: [patch 1/3] tcp: cleanup of htcp

2007-02-12 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Mon, 12 Feb 2007 08:03:18 -0800 > Minor non-invasive cleanups: > * white space around operators and line wrapping > * use const > * use __read_mostly > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Yoshifuji fixed all the whitespace i

[patch 1/3] tcp: cleanup of htcp

2007-02-12 Thread Stephen Hemminger
Minor non-invasive cleanups: * white space around operators and line wrapping * use const * use __read_mostly Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/ipv4/tcp_htcp.c | 69 +--- 1 file changed, 39 insertions(+), 30 deletions