|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
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 <=
  
 |  
  
| Previous by Date:  | 
[Xen-changelog] Move definition of xc, to avoid confusing pylint., Xen patchbot -unstable | 
 
| Next by Date:  | 
[Xen-changelog] domain_setmaxmem takes an int, not a long,	for the maxmem_kb parameter.  The, Xen patchbot -unstable | 
 
| Previous by Thread:  | 
[Xen-changelog] Move definition of xc, to avoid confusing pylint., Xen patchbot -unstable | 
 
| Next by Thread:  | 
[Xen-changelog] domain_setmaxmem takes an int, not a long,	for the maxmem_kb parameter.  The, Xen patchbot -unstable | 
 
| Indexes:  | 
[Date]
[Thread]
[Top]
[All Lists] | 
 
 
 
 | 
    | 
  
  
    |   | 
    |