projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2473577
)
dm: fix "writen"->"written"
author
Xichao Zhao
<zhao.xichao@vivo.com>
Wed, 27 Aug 2025 09:44:33 +0000
(17:44 +0800)
committer
Mikulas Patocka
<mpatocka@redhat.com>
Mon, 1 Sep 2025 11:35:18 +0000
(13:35 +0200)
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>
drivers/md/dm-log-writes.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-log-writes.c
b/drivers/md/dm-log-writes.c
index
679b07d
..
7bb7174
100644
(file)
--- a/
drivers/md/dm-log-writes.c
+++ b/
drivers/md/dm-log-writes.c
@@
-414,7
+414,7
@@
static int log_super(struct log_writes_c *lc)
}
/*
- * Super sector should be writen in-order, otherwise the
+ * Super sector should be writ
t
en in-order, otherwise the
* nr_entries could be rewritten incorrectly by an old bio.
*/
wait_for_completion_io(&lc->super_done);