summaryrefslogtreecommitdiffstats
path: root/raid5extend.c
diff options
context:
space:
mode:
Diffstat (limited to 'raid5extend.c')
-rw-r--r--raid5extend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/raid5extend.c b/raid5extend.c
index 98615a6..d8e62c2 100644
--- a/raid5extend.c
+++ b/raid5extend.c
@@ -52,7 +52,7 @@ raid5_extend(unsigned long len, int chunksize, int layout, int n, int m, int rfd
unsigned int blocksperchunk= chunksize/4096;
unsigned long b;
-
+
for (b=0; b<blocks; b++) {
unsigned long stripe = b / blocksperchunk;
unsigned int offset = b - (stripe*blocksperchunk);