]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commitdiff
Remove extraneous semicolon.
authoremellor@ewan <emellor@ewan>
Tue, 20 Sep 2005 16:25:27 +0000 (17:25 +0100)
committeremellor@ewan <emellor@ewan>
Tue, 20 Sep 2005 16:25:27 +0000 (17:25 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
xenbus/xenbus_xs.c

index 89b424055c714617c838c12d85881b8d6ebe36e6..8a6348ab89f4270f7077ce3a07d17692851c5ef7 100644 (file)
@@ -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);
        }