From: Ross Philipson Date: Wed, 4 Nov 2009 18:02:05 +0000 (-0500) Subject: Removed trailing whitespace. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6866dab89d2e09108bc57c2e8e73c6a62540493f;p=xenclient%2Flinux-2.6.27-pq.git Removed trailing whitespace. Changes to be committed: modified: v2v-dev --- diff --git a/master/v2v-dev b/master/v2v-dev index 5b4a425..ed8dff4 100644 --- a/master/v2v-dev +++ b/master/v2v-dev @@ -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) + {