md: fix several trivial typos in comments

Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
This commit is contained in:
Zhilong Liu
2017-03-15 16:14:53 +08:00
committed by Shaohua Li
parent 27f26a0f37
commit 3560741e31
2 changed files with 4 additions and 4 deletions

View File

@@ -697,7 +697,7 @@ re_read:
out:
kunmap_atomic(sb);
/* Assiging chunksize is required for "re_read" */
/* Assigning chunksize is required for "re_read" */
bitmap->mddev->bitmap_info.chunksize = chunksize;
if (err == 0 && nodes && (bitmap->cluster_slot < 0)) {
err = md_setup_cluster(bitmap->mddev, nodes);