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

master/v2v-dev

index 5b4a425b82cc0283cf2246ba7f0af1393499433f..ed8dff4899452ac6f7fba4c633388f5b01bd3e81 100644 (file)
@@ -34,7 +34,7 @@ index 0000000..c7afdf3
 + * drivers/xen/v2v/v2vdev.c
 + *
 + * V2V broker.
-+ * 
++ *
 + * Copyright (c) 2009 Jean Guyader
 + * Copyright (c) 2009 Citrix Systems, Inc.
 + *
@@ -220,7 +220,7 @@ index 0000000..c7afdf3
 +    err = v2v_connect(path, &ctx->channel, 0);
 +    if (err)
 +    {
-+        printk(V2VDEV_LOG" failure in connect() - err: %d\n", err); 
++        printk(V2VDEV_LOG" failure in connect() - err: %d\n", err);
 +        return err;
 +    }
 +
@@ -242,7 +242,7 @@ index 0000000..c7afdf3
 +
 +    if (ctx->last_err)
 +        return -ctx->last_err;
-+    
++
 +    size = MIN(count, ctx->buff_size);
 +    n = copy_to_user(buf, ctx->buff, size);
 +    ctx->buff_size -= size;
@@ -253,7 +253,7 @@ index 0000000..c7afdf3
 +    }
 +    else
 +        ctx->buff += size;
-+    
++
 +    v2v_nc2_finish_message(ctx->channel);
 +    v2v_set_wake_reason(ctx->channel, V2V_WAKE_REASON_RECEIVE);
 +    return size - n;
@@ -265,7 +265,7 @@ index 0000000..c7afdf3
 +    struct v2vdev_context       *ctx = filp->private_data;
 +    volatile void               *msg;
 +    int                         err;
-+    
++
 +    err = v2v_nc2_prep_message(ctx->channel, count, ctx->type, 0, &msg);
 +    if (err)
 +    {