aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/linear.c
diff options
context:
space:
mode:
authorAndre Noll <maan@systemlinux.org>2008-10-12 20:55:12 -0400
committerNeilBrown <neilb@suse.de>2008-10-12 20:55:12 -0400
commite61130228ea5740e31e9646ea6d1c9d9089746c3 (patch)
tree6d9dec9957dae58ad516a8b17af50f93f6448309 /drivers/md/linear.c
parent80268ee9270ebe4847365a7426de91d179e870d0 (diff)
md: linear.c: Fix typo in comment.
Signed-off-by: Andre Noll <maan@systemlinux.org> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/linear.c')
-rw-r--r--drivers/md/linear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/linear.c b/drivers/md/linear.c
index b9cbee688fae..61a980da8b51 100644
--- a/drivers/md/linear.c
+++ b/drivers/md/linear.c
@@ -161,7 +161,7 @@ static linear_conf_t *linear_conf(mddev_t *mddev, int raid_disks)
161 /* min_spacing is the minimum spacing that will fit the hash 161 /* min_spacing is the minimum spacing that will fit the hash
162 * table in one PAGE. This may be much smaller than needed. 162 * table in one PAGE. This may be much smaller than needed.
163 * We find the smallest non-terminal set of consecutive devices 163 * We find the smallest non-terminal set of consecutive devices
164 * that is larger than min_spacing as use the size of that as 164 * that is larger than min_spacing and use the size of that as
165 * the actual spacing 165 * the actual spacing
166 */ 166 */
167 conf->hash_spacing = conf->array_sectors / 2; 167 conf->hash_spacing = conf->array_sectors / 2;