SOURCES (LINUX_2_6_16): xen-3.0-2.6.16.patch - missing ;

qboosh qboosh at pld-linux.org
Sun Apr 22 19:06:19 CEST 2007


Author: qboosh                       Date: Sun Apr 22 17:06:19 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_16
---- Log message:
- missing ;

---- Files affected:
SOURCES:
   xen-3.0-2.6.16.patch (1.1.2.2.2.5 -> 1.1.2.2.2.6) 

---- Diffs:

================================================================
Index: SOURCES/xen-3.0-2.6.16.patch
diff -u SOURCES/xen-3.0-2.6.16.patch:1.1.2.2.2.5 SOURCES/xen-3.0-2.6.16.patch:1.1.2.2.2.6
--- SOURCES/xen-3.0-2.6.16.patch:1.1.2.2.2.5	Sun Apr 22 18:51:13 2007
+++ SOURCES/xen-3.0-2.6.16.patch	Sun Apr 22 19:06:14 2007
@@ -7512,7 +7512,7 @@
 +
 +	kbuf = vmalloc(len);
 +	if (!kbuf)
-+		return -ENOMEM
++		return -ENOMEM;
 +
 +	if (copy_from_user(kbuf, ubuf, len) == 0) {
 +		dom0_op_t op;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/xen-3.0-2.6.16.patch?r1=1.1.2.2.2.5&r2=1.1.2.2.2.6&f=u



More information about the pld-cvs-commit mailing list