[PATCH 2.6.25] [IPV4] Reduce whitespaces in fib_rules.h.

2007-12-13 Thread Denis V. Lunev
There are to many spaces between type and function name in the declaration of fib rules manipulation routines. Eat them and save a couple of lines. Signed-off-by: Denis V. Lunev [EMAIL PROTECTED] --- include/net/fib_rules.h | 16 +++- 1 files changed, 7 insertions(+), 9

Re: [PATCH 2.6.25] [IPV4] Reduce whitespaces in fib_rules.h.

2007-12-13 Thread Denis V. Lunev
David Miller wrote: From: Denis V. Lunev [EMAIL PROTECTED] Date: Thu, 13 Dec 2007 17:18:42 +0300 There are to many spaces between type and function name in the declaration of fib rules manipulation routines. Eat them and save a couple of lines. Signed-off-by: Denis V. Lunev [EMAIL

Re: [PATCH 2.6.25] [IPV4] Reduce whitespaces in fib_rules.h.

2007-12-13 Thread David Miller
From: Denis V. Lunev [EMAIL PROTECTED] Date: Thu, 13 Dec 2007 18:01:32 +0300 Could you still apply it, or I will need to send fully functional set to you including this? Please combine the changes so that when you change the args you fixup the whitespace as well. -- To unsubscribe from this

Re: [PATCH 2.6.25] [IPV4] Reduce whitespaces in fib_rules.h.

2007-12-13 Thread David Miller
From: Denis V. Lunev [EMAIL PROTECTED] Date: Thu, 13 Dec 2007 17:18:42 +0300 There are to many spaces between type and function name in the declaration of fib rules manipulation routines. Eat them and save a couple of lines. Signed-off-by: Denis V. Lunev [EMAIL PROTECTED] This is just noise

Re: [Devel] [PATCH 2.6.25] [IPV4] Reduce whitespaces in fib_rules.h.

2007-12-13 Thread David Miller
From: Alexey Dobriyan [EMAIL PROTECTED] Date: Thu, 13 Dec 2007 17:47:07 +0300 On Thu, Dec 13, 2007 at 05:18:42PM +0300, Denis V. Lunev wrote: There are to many spaces between type and function name in the declaration of fib rules manipulation routines. Eat them and save a couple of lines.

Re: [Devel] [PATCH 2.6.25] [IPV4] Reduce whitespaces in fib_rules.h.

2007-12-13 Thread Alexey Dobriyan
On Thu, Dec 13, 2007 at 05:18:42PM +0300, Denis V. Lunev wrote: There are to many spaces between type and function name in the declaration of fib rules manipulation routines. Eat them and save a couple of lines. If this patch is going in, it would be nice to get rid of extern as well.