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

dm raid: delete the redundant word 'that' in comment

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>

authored by

Jilin Yuan and committed by
Mike Snitzer
cea44663 43e6c111

+1 -1
+1 -1
drivers/md/dm-raid.c
··· 2529 2529 * of the "sync" directive. 2530 2530 * 2531 2531 * With reshaping capability added, we must ensure that 2532 - * that the "sync" directive is disallowed during the reshape. 2532 + * the "sync" directive is disallowed during the reshape. 2533 2533 */ 2534 2534 if (test_bit(__CTR_FLAG_SYNC, &rs->ctr_flags)) 2535 2535 continue;