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

Configure Feed

Select the types of activity you want to include in your feed.

dm: fix "writen"->"written"

Trivial fix to spelling mistake in comment text.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>

authored by

Xichao Zhao and committed by
Mikulas Patocka
9f5c33bd 24735771

+1 -1
+1 -1
drivers/md/dm-log-writes.c
··· 414 414 } 415 415 416 416 /* 417 - * Super sector should be writen in-order, otherwise the 417 + * Super sector should be written in-order, otherwise the 418 418 * nr_entries could be rewritten incorrectly by an old bio. 419 419 */ 420 420 wait_for_completion_io(&lc->super_done);