projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70ed2e
)
md.c: trivial comment fix
author
Chris Dunlop
<chris@onthe.net.au>
Wed, 19 Oct 2011 05:48:26 +0000
(16:48 +1100)
committer
NeilBrown
<neilb@suse.de>
Wed, 19 Oct 2011 06:15:15 +0000
(17:15 +1100)
Trivial comment fix
Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c
patch
|
blob
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index e8d198da917caa9be8e1d604835a3850368486f0..266e82ebaf110892f749c8d9c6ae22211426ae31 100644
(file)
--- a/
drivers/md/md.c
+++ b/
drivers/md/md.c
@@
-741,8
+741,8
@@
static void mddev_unlock(struct mddev * mddev)
} else
mutex_unlock(&mddev->reconfig_mutex);
- /*
wa
s we've dropped the mutex we need a spinlock to
- * make sur the thread doesn't disappear
+ /*
A
s we've dropped the mutex we need a spinlock to
+ * make sur
e
the thread doesn't disappear
*/
spin_lock(&pers_lock);
md_wakeup_thread(mddev->thread);