From ddf5e8edab056f794d7838356cc0b81833ef5dac Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 13 Oct 2008 11:55:12 +1100 Subject: [PATCH] --- yaml --- r: 115082 b: refs/heads/master c: e61130228ea5740e31e9646ea6d1c9d9089746c3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/md/linear.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 23680734c95d..4139c63752ac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 80268ee9270ebe4847365a7426de91d179e870d0 +refs/heads/master: e61130228ea5740e31e9646ea6d1c9d9089746c3 diff --git a/trunk/drivers/md/linear.c b/trunk/drivers/md/linear.c index b9cbee688fae..61a980da8b51 100644 --- a/trunk/drivers/md/linear.c +++ b/trunk/drivers/md/linear.c @@ -161,7 +161,7 @@ static linear_conf_t *linear_conf(mddev_t *mddev, int raid_disks) /* min_spacing is the minimum spacing that will fit the hash * table in one PAGE. This may be much smaller than needed. * We find the smallest non-terminal set of consecutive devices - * that is larger than min_spacing as use the size of that as + * that is larger than min_spacing and use the size of that as * the actual spacing */ conf->hash_spacing = conf->array_sectors / 2;