projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80268ee
)
md: linear.c: Fix typo in comment.
author
Andre Noll
<
[email protected]
>
Mon, 13 Oct 2008 00:55:12 +0000
(11:55 +1100)
committer
NeilBrown
<
[email protected]
>
Mon, 13 Oct 2008 00:55:12 +0000
(11:55 +1100)
Signed-off-by: Andre Noll <
[email protected]
>
Signed-off-by: NeilBrown <
[email protected]
>
drivers/md/linear.c
patch
|
blob
|
history
diff --git
a/drivers/md/linear.c
b/drivers/md/linear.c
index b9cbee688fae9e4d28c9d62f58780d39254e0e3d..61a980da8b517f4db4aed75fee1d09328e2200e4 100644
(file)
--- 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)
/* 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 a
s
use the size of that as
+ * that is larger than min_spacing a
nd
use the size of that as
* the actual spacing
*/
conf->hash_spacing = conf->array_sectors / 2;