Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 751e67ca authored by Chris Dunlop's avatar Chris Dunlop Committed by NeilBrown
Browse files

md.c: trivial comment fix



Trivial comment fix

Signed-off-by: default avatarChris Dunlop <chris@onthe.net.au>
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent d70ed2e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -741,8 +741,8 @@ static void mddev_unlock(struct mddev * mddev)
	} else
		mutex_unlock(&mddev->reconfig_mutex);

	/* was we've dropped the mutex we need a spinlock to
	 * make sur the thread doesn't disappear
	/* As we've dropped the mutex we need a spinlock to
	 * make sure the thread doesn't disappear
	 */
	spin_lock(&pers_lock);
	md_wakeup_thread(mddev->thread);