projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bce74da
)
[PATCH] md: fix typo in comment
author
NeilBrown
<neilb@suse.de>
Fri, 6 Jan 2006 08:20:42 +0000
(
00:20
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:34:07 +0000
(08:34 -0800)
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/raid10.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/raid10.c
b/drivers/md/raid10.c
index fb952000fae2177d2564407347eeec27ba9bfb41..8e6f6dfddb2b830c11cb235841f0160bed232dc2 100644
(file)
--- a/
drivers/md/raid10.c
+++ b/
drivers/md/raid10.c
@@
-712,7
+712,7
@@
static void allow_barrier(conf_t *conf)
static void freeze_array(conf_t *conf)
{
/* stop syncio and normal IO and wait for everything to
- * go qui
te
.
+ * go qui
et
.
* We increment barrier and nr_waiting, and then
* wait until barrier+nr_pending match nr_queued+2
*/