diff options
author | Chris Dunlop <chris@onthe.net.au> | 2011-10-19 01:48:26 -0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2011-10-19 02:15:15 -0400 |
commit | 751e67ca2e2790e9b9b187557d5ba6f96b6c4a7e (patch) | |
tree | 029525eb09d78e63b97d151a0d2e1871d6766885 /drivers | |
parent | d70ed2e4fafdbef0800e73942482bb075c21578b (diff) |
md.c: trivial comment fix
Trivial comment fix
Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/md/md.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index e8d198da917c..266e82ebaf11 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -741,8 +741,8 @@ static void mddev_unlock(struct mddev * mddev) | |||
741 | } else | 741 | } else |
742 | mutex_unlock(&mddev->reconfig_mutex); | 742 | mutex_unlock(&mddev->reconfig_mutex); |
743 | 743 | ||
744 | /* was we've dropped the mutex we need a spinlock to | 744 | /* As we've dropped the mutex we need a spinlock to |
745 | * make sur the thread doesn't disappear | 745 | * make sure the thread doesn't disappear |
746 | */ | 746 | */ |
747 | spin_lock(&pers_lock); | 747 | spin_lock(&pers_lock); |
748 | md_wakeup_thread(mddev->thread); | 748 | md_wakeup_thread(mddev->thread); |