From: Ross Philipson Date: Wed, 4 Nov 2009 18:05:47 +0000 (-0500) Subject: And a bit more trailing whitespace... X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fb5a3f57289c1184aac52ba905209cbccb42e5de;p=xenclient%2Flinux-2.6.27-pq.git And a bit more trailing whitespace... Changes to be committed: modified: master/v2v-dev --- diff --git a/master/v2v-dev b/master/v2v-dev index ed8dff4..2608bb6 100644 --- a/master/v2v-dev +++ b/master/v2v-dev @@ -287,10 +287,10 @@ index 0000000..c7afdf3 + +static long v2vdev_ioctl(struct file *filp, + unsigned int cmd, unsigned long arg) -+{ ++{ + int rc; + struct v2vdev_context *ctx = filp->private_data; -+ ++ + rc = -ENOSYS; + switch (cmd) { + default: @@ -415,7 +415,7 @@ index 0000000..c7afdf3 + printk(KERN_ALERT "Could not register /dev/v2v\n"); + return err; + } -+ ++ + printk("Xen V2V device installed.\n"); + + return 0;