All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] bonding - a trailing whitespace
@ 2005-06-23 19:30 Carlo Perassi
  2005-06-28 13:32 ` Domen Puncer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Carlo Perassi @ 2005-06-23 19:30 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

A trailing whitespace found making a previuos patch on the same file

Signed-off-by: Carlo Perassi <carlo@linux.it>
---
 drivers/net/bonding/bond_main.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.12/drivers/net/bonding/bond_main.c
===================================================================
--- linux-2.6.12.orig/drivers/net/bonding/bond_main.c
+++ linux-2.6.12/drivers/net/bonding/bond_main.c
@@ -572,7 +572,7 @@
 static struct proc_dir_entry *bond_proc_dir = NULL;
 #endif
 
-static u32 arp_target[BOND_MAX_ARP_TARGETS] = { 0, } ;
+static u32 arp_target[BOND_MAX_ARP_TARGETS] = { 0, };
 static int arp_ip_count;
 static u32 my_ip	= 0;
 static int bond_mode	= BOND_MODE_ROUNDROBIN;

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [KJ] [PATCH] bonding - a trailing whitespace
  2005-06-23 19:30 [KJ] [PATCH] bonding - a trailing whitespace Carlo Perassi
@ 2005-06-28 13:32 ` Domen Puncer
  2005-06-28 13:47 ` Carlo Perassi
  2005-06-28 13:56 ` Domen Puncer
  2 siblings, 0 replies; 4+ messages in thread
From: Domen Puncer @ 2005-06-28 13:32 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 551 bytes --]

On 23/06/05 21:30 +0200, Carlo Perassi wrote:
> A trailing whitespace found making a previuos patch on the same file
> 
> Signed-off-by: Carlo Perassi <carlo@linux.it>
> ---
> +++ linux-2.6.12/drivers/net/bonding/bond_main.c
> @@ -572,7 +572,7 @@
>  static struct proc_dir_entry *bond_proc_dir = NULL;
>  #endif
>  
> -static u32 arp_target[BOND_MAX_ARP_TARGETS] = { 0, } ;
> +static u32 arp_target[BOND_MAX_ARP_TARGETS] = { 0, };

Why not just
	static u32 arp_target[BOND_MAX_ARP_TARGETS];
... and include in the uninitialize static variables patch?

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [KJ] [PATCH] bonding - a trailing whitespace
  2005-06-23 19:30 [KJ] [PATCH] bonding - a trailing whitespace Carlo Perassi
  2005-06-28 13:32 ` Domen Puncer
@ 2005-06-28 13:47 ` Carlo Perassi
  2005-06-28 13:56 ` Domen Puncer
  2 siblings, 0 replies; 4+ messages in thread
From: Carlo Perassi @ 2005-06-28 13:47 UTC (permalink / raw)
  To: kernel-janitors

> Why not just
> 	static u32 arp_target[BOND_MAX_ARP_TARGETS];
> ... and include in the uninitialize static variables patch?

it is already included in
[PATCH] [RESEND] bonding - uninitialize static variables
Sat Jun 25 12:05:09 PDT 2005
http://lists.osdl.org/pipermail/kernel-janitors/2005-June/004268.html

-- 
Carlo Perassi - http://www.linux.it/~carlo/

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [KJ] [PATCH] bonding - a trailing whitespace
  2005-06-23 19:30 [KJ] [PATCH] bonding - a trailing whitespace Carlo Perassi
  2005-06-28 13:32 ` Domen Puncer
  2005-06-28 13:47 ` Carlo Perassi
@ 2005-06-28 13:56 ` Domen Puncer
  2 siblings, 0 replies; 4+ messages in thread
From: Domen Puncer @ 2005-06-28 13:56 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

On 28/06/05 15:47 +0200, Carlo Perassi wrote:
> > Why not just
> > 	static u32 arp_target[BOND_MAX_ARP_TARGETS];
> > ... and include in the uninitialize static variables patch?
> 
> it is already included in
> [PATCH] [RESEND] bonding - uninitialize static variables

Jup, just noticed, sorry.
(Note to self: read mails from bottom up)

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-06-28 13:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-23 19:30 [KJ] [PATCH] bonding - a trailing whitespace Carlo Perassi
2005-06-28 13:32 ` Domen Puncer
2005-06-28 13:47 ` Carlo Perassi
2005-06-28 13:56 ` Domen Puncer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.