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

Commit 1224b375 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Fix silly typo ("smb" vs "smp")

Introduced by commit 6003a93e
parent 8e31108b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -381,7 +381,7 @@ static void update_queue (struct sem_array * sma)
			/* hands-off: q will disappear immediately after
			/* hands-off: q will disappear immediately after
			 * writing q->status.
			 * writing q->status.
			 */
			 */
			smb_wmb();
			smp_wmb();
			q->status = error;
			q->status = error;
			q = n;
			q = n;
		} else {
		} else {