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:
f5be47f
)
MIPS: kernel: Fix typo
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:01:27 +0000
(14:01 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 28 May 2016 10:35:08 +0000
(12:35 +0200)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: paul.burton@imgtec.com
Cc: macro@imgtec.com
Cc: james.hogan@imgtec.com
Cc: jslaby@suse.cz
Cc: adam.buchbinder@gmail.com
Cc: trivial@kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13330/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/process.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/process.c
b/arch/mips/kernel/process.c
index a6b3dc54260a51cd06e28777f770f1c3cfd74911..866d083f2d81ac40bacf7f3205a35d278d845caa 100644
(file)
--- a/
arch/mips/kernel/process.c
+++ b/
arch/mips/kernel/process.c
@@
-349,7
+349,7
@@
static int get_frame_info(struct mips_frame_info *info)
return 0;
if (info->pc_offset < 0) /* leaf */
return 1;
- /* prologue seems bog
g
us... */
+ /* prologue seems bogus... */
err:
return -1;
}