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

Commit ea70ef3d authored by Kamalesh Babulal's avatar Kamalesh Babulal Committed by Jiri Kosina
Browse files

sched: x86_32 Fix typo in switch_to() description



This patch fixes the typo in parameters passed to
x86_32 switch_to() description.

Signed-off-by: default avatarKamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fb914ebf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ EXPORT_SYMBOL_GPL(start_thread);


/*
 *	switch_to(x,yn) should switch tasks from x to y.
 *	switch_to(x,y) should switch tasks from x to y.
 *
 * We fsave/fwait so that an exception goes off at the right time
 * (as a call from the fsave or fwait in effect) rather than to