projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb914eb
)
sched: x86_32 Fix typo in switch_to() description
author
Kamalesh Babulal
<kamalesh@linux.vnet.ibm.com>
Thu, 28 Apr 2011 09:02:08 +0000
(14:32 +0530)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 15 Sep 2011 12:13:48 +0000
(14:13 +0200)
This patch fixes the typo in parameters passed to
x86_32 switch_to() description.
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/kernel/process_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/process_32.c
b/arch/x86/kernel/process_32.c
index a3d0dc59067be542d7423d2a8abbc99801c0d3f6..a069c0c1e2f1830ac1a79d70dfa79f9330beaf54 100644
(file)
--- a/
arch/x86/kernel/process_32.c
+++ b/
arch/x86/kernel/process_32.c
@@
-260,7
+260,7
@@
EXPORT_SYMBOL_GPL(start_thread);
/*
- * switch_to(x,y
n
) 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