From a35b3f0c302d920bcb4c282677b14e2eba789ec9 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 10 Mar 2010 00:30:56 +0000 Subject: stripe: whitespace cleanup Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 691 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=691 --- xlators/cluster/stripe/src/stripe.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xlators/cluster/stripe/src/stripe.h') diff --git a/xlators/cluster/stripe/src/stripe.h b/xlators/cluster/stripe/src/stripe.h index a36c51fe5..614fb7a08 100644 --- a/xlators/cluster/stripe/src/stripe.h +++ b/xlators/cluster/stripe/src/stripe.h @@ -37,7 +37,7 @@ /** - * struct stripe_options : This keeps the pattern and the block-size + * struct stripe_options : This keeps the pattern and the block-size * information, which is used for striping on a file. */ struct stripe_options { @@ -47,7 +47,7 @@ struct stripe_options { }; /** - * Private structure for stripe translator + * Private structure for stripe translator */ struct stripe_private { struct stripe_options *pattern; @@ -62,7 +62,7 @@ struct stripe_private { }; /** - * Used to keep info about the replies received from fops->readv calls + * Used to keep info about the replies received from fops->readv calls */ struct readv_replies { struct iovec *vector; @@ -76,7 +76,7 @@ typedef struct _stripe_fd_ctx { off_t stripe_size; int stripe_count; int static_array; - xlator_t **xl_array; + xlator_t **xl_array; } stripe_fd_ctx_t; @@ -124,7 +124,7 @@ struct stripe_local { int32_t entry_count; int32_t node_index; int32_t call_count; - int32_t wind_count; /* used instead of child_cound + int32_t wind_count; /* used instead of child_cound in case of read and write */ int32_t op_ret; int32_t op_errno; -- cgit