All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 5/8] CLD: cleanup: wrap a line
@ 2010-04-14 18:46 Pete Zaitcev
  2010-04-14 19:47 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2010-04-14 18:46 UTC (permalink / raw)
  To: jeff; +Cc: Project Hail List

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>

---
 lib/cldc.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Looks like I confused myself with patch numbering. This one is
out of order, or maybe a duplicate? Sending on the premise that
it's easier to drop.

diff --git b/lib/cldc.c a/lib/cldc.c
index 0eb7ad8..305e05d 100644
--- b/lib/cldc.c
+++ a/lib/cldc.c
@@ -1595,8 +1595,8 @@ struct ncld_sess *ncld_sess_open(const char *host, int port, int *error,
 	if (!nsess)
 		goto out_sesalloc;
 	memset(nsess, 0, sizeof(struct ncld_sess));
-	cld_timer_init(&nsess->udp_timer, "nsess-udp-timer", ncld_udp_timer_event,
-		       nsess);
+	cld_timer_init(&nsess->udp_timer, "nsess-udp-timer",
+		       ncld_udp_timer_event, nsess);
 	nsess->mutex = g_mutex_new();
 	if (!nsess->mutex)
 		goto out_mutex;

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

* Re: [Patch 5/8] CLD: cleanup: wrap a line
  2010-04-14 18:46 [Patch 5/8] CLD: cleanup: wrap a line Pete Zaitcev
@ 2010-04-14 19:47 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2010-04-14 19:47 UTC (permalink / raw)
  To: Pete Zaitcev; +Cc: Project Hail List

On 04/14/2010 02:46 PM, Pete Zaitcev wrote:
> Signed-off-by: Pete Zaitcev<zaitcev@redhat.com>
>
> ---
>   lib/cldc.c |    4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> Looks like I confused myself with patch numbering. This one is
> out of order, or maybe a duplicate? Sending on the premise that
> it's easier to drop.

applied


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

end of thread, other threads:[~2010-04-14 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-14 18:46 [Patch 5/8] CLD: cleanup: wrap a line Pete Zaitcev
2010-04-14 19:47 ` Jeff Garzik

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.