Re: [PATCH] udp: whitespace fixes

2007-03-02 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 2 Mar 2007 16:47:19 -0800 > Resend with less garbage... > > The udp code is full of bad indenting, extra whitespace and other > style confusion. It makes no sense to declare functions that are used > outside the current file (extern) as inli

Re: [PATCH] udp: whitespace fixes

2007-03-02 Thread Stephen Hemminger
Resend with less garbage... The udp code is full of bad indenting, extra whitespace and other style confusion. It makes no sense to declare functions that are used outside the current file (extern) as inline. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/ipv4/udp.c | 312 +++

Re: [PATCH] udp: whitespace fixes

2007-03-02 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 2 Mar 2007 14:04:49 -0800 > > The udp code is full of bad indenting, extra whitespace and other > style confusion. It makes no sense to declare functions that are used > outside the current file (extern) as inline. > > Signed-off-by: Stephe

[PATCH] udp: whitespace fixes

2007-03-02 Thread Stephen Hemminger
The udp code is full of bad indenting, extra whitespace and other style confusion. It makes no sense to declare functions that are used outside the current file (extern) as inline. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/ipv4/udp.c | 402 ---