From 2a9831d0a872c6a5a9158a21be12e4f7041e059a Mon Sep 17 00:00:00 2001 From: "emellor@ewan" Date: Tue, 20 Sep 2005 17:25:27 +0100 Subject: Remove extraneous semicolon. Signed-off-by: Ewan Mellor --- extras/mini-os/xenbus/xenbus_xs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/mini-os/xenbus') diff --git a/extras/mini-os/xenbus/xenbus_xs.c b/extras/mini-os/xenbus/xenbus_xs.c index 89b424055c..8a6348ab89 100644 --- a/extras/mini-os/xenbus/xenbus_xs.c +++ b/extras/mini-os/xenbus/xenbus_xs.c @@ -127,7 +127,7 @@ static void *xs_talkv(enum xsd_sockmsg_type type, return ERR_PTR(err); for (i = 0; i < num_vecs; i++) { - err = xb_write(iovec[i].iov_base, iovec[i].iov_len);; + err = xb_write(iovec[i].iov_base, iovec[i].iov_len); if (err) return ERR_PTR(err); } -- cgit v1.2.3