[Patch 5/8] CLD: cleanup: wrap a line

Pete Zaitcev <[email protected]> Wed, 14 Apr 2010 12:46:04 -0600
Newsgroups org.kernel.vger.hail-devel
Message-ID <[email protected]>
Signed-off-by: Pete Zaitcev <[email protected]>

---
 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;