WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Remove extraneous semicolon.

# HG changeset patch
# User emellor@ewan
# Node ID 6d13fd58633825e35c069afc1116db86e796d58d
# Parent  fdc01adc11e06f0be44e521218872520d2a09d46
Remove extraneous semicolon.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r fdc01adc11e0 -r 6d13fd586338 extras/mini-os/xenbus/xenbus_xs.c
--- a/extras/mini-os/xenbus/xenbus_xs.c Tue Sep 20 16:25:00 2005
+++ b/extras/mini-os/xenbus/xenbus_xs.c Tue Sep 20 16:25:27 2005
@@ -127,7 +127,7 @@
                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);
        }

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove extraneous semicolon., Xen patchbot -unstable <=