]> xenbits.xen.org Git - xenclient/linux-2.6.27-pq.git/commitdiff
And a bit more trailing whitespace...
authorRoss Philipson <ross.philipson@citrix.com>
Wed, 4 Nov 2009 18:05:47 +0000 (13:05 -0500)
committerRoss Philipson <ross.philipson@citrix.com>
Wed, 4 Nov 2009 18:05:47 +0000 (13:05 -0500)
 Changes to be committed:
modified:   master/v2v-dev

master/v2v-dev

index ed8dff4899452ac6f7fba4c633388f5b01bd3e81..2608bb6f7720af048f382c0f94f7b06f938c5aab 100644 (file)
@@ -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;