From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: [Patch 5/8] CLD: cleanup: wrap a line Date: Wed, 14 Apr 2010 12:46:04 -0600 Message-ID: <20100414124604.64115f8b@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: jeff@garzik.org Cc: Project Hail List Signed-off-by: Pete Zaitcev --- 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;