Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

md/raid1: fix a trivial typo in comments

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

Cc: Jack Wang <jack.wang.usish@gmail.com>
Cc: Guoqing Jiang <gqjiang@suse.com>
Cc: John Stoffel <john@stoffel.org>
Acked-by: Coly Li <colyli@suse.de>
Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>

authored by

Zhilong Liu and committed by
Shaohua Li
11353b9d 0977762f

+1 -1
+1 -1
drivers/md/raid1.c
··· 1027 1027 static void freeze_array(struct r1conf *conf, int extra) 1028 1028 { 1029 1029 /* Stop sync I/O and normal I/O and wait for everything to 1030 - * go quite. 1030 + * go quiet. 1031 1031 * This is called in two situations: 1032 1032 * 1) management command handlers (reshape, remove disk, quiesce). 1033 1033 * 2) one normal I/O request failed.