linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] md:fix a trivial typo in comments
@ 2017-03-13  5:53 Zhilong Liu
  2017-03-13  9:10 ` Jack Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Zhilong Liu @ 2017-03-13  5:53 UTC (permalink / raw)
  To: shli; +Cc: linux-raid, Zhilong Liu

fix a trivial typo in freeze_array() of raid1.c

Signed-off-by: Zhilong Liu <zlliu@suse.com>
---
 drivers/md/raid1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c
index 7b0f647..2ec0617 100644
--- a/drivers/md/raid1.c
+++ b/drivers/md/raid1.c
@@ -958,7 +958,7 @@ static void allow_barrier(struct r1conf *conf, sector_t start_next_window,
 static void freeze_array(struct r1conf *conf, int extra)
 {
 	/* stop syncio and normal IO and wait for everything to
-	 * go quite.
+	 * go quit.
 	 * We wait until nr_pending match nr_queued+extra
 	 * This is called in the context of one normal IO request
 	 * that has failed. Thus any sync request that might be pending
-- 
2.6.6


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-03-14 18:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-13  5:53 [PATCH] md:fix a trivial typo in comments Zhilong Liu
2017-03-13  9:10 ` Jack Wang
2017-03-13  9:23   ` Guoqing Jiang
2017-03-13  9:26     ` zhilong
2017-03-13 14:27 ` John Stoffel
2017-03-13 14:59 ` Coly Li
2017-03-14  7:52 ` [PATCH v1] " Zhilong Liu
2017-03-14  8:23   ` Coly Li
2017-03-14 18:09   ` Shaohua Li

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).