* [PATCH] md:fix a trivial typo in comments
@ 2017-03-15 8:14 Zhilong Liu
2017-03-16 4:26 ` [PATCH] md/bitmap:fix a typo in comments of bitmap_read_sb Zhilong Liu
0 siblings, 1 reply; 2+ messages in thread
From: Zhilong Liu @ 2017-03-15 8:14 UTC (permalink / raw)
To: shli; +Cc: linux-raid, Zhilong Liu
bitmap.c: fix a trivial typo in comments of bitmap_read_sb().
Signed-off-by: Zhilong Liu <zlliu@suse.com>
---
drivers/md/bitmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c
index 9fb2cca..af9e0f0 100644
--- a/drivers/md/bitmap.c
+++ b/drivers/md/bitmap.c
@@ -696,7 +696,7 @@ static int bitmap_read_sb(struct bitmap *bitmap)
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);
--
2.6.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] md/bitmap:fix a typo in comments of bitmap_read_sb
2017-03-15 8:14 [PATCH] md:fix a trivial typo in comments Zhilong Liu
@ 2017-03-16 4:26 ` Zhilong Liu
0 siblings, 0 replies; 2+ messages in thread
From: Zhilong Liu @ 2017-03-16 4:26 UTC (permalink / raw)
To: shli; +Cc: linux-raid, Zhilong Liu
bitmap.c: fix a trivial typo in comments of bitmap_read_sb().
Signed-off-by: Zhilong Liu <zlliu@suse.com>
---
drivers/md/bitmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c
index 9fb2cca..af9e0f0 100644
--- a/drivers/md/bitmap.c
+++ b/drivers/md/bitmap.c
@@ -696,7 +696,7 @@ static int bitmap_read_sb(struct bitmap *bitmap)
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);
--
2.6.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-16 4:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 8:14 [PATCH] md:fix a trivial typo in comments Zhilong Liu
2017-03-16 4:26 ` [PATCH] md/bitmap:fix a typo in comments of bitmap_read_sb Zhilong Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).