summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-21 08:01:20 -0400
committerRalf Baechle <ralf@linux-mips.org>2016-05-28 06:35:08 -0400
commitf5be47f5a4b74ca4bc58348a0b2a6aa4c8cba1be (patch)
tree70d8993c63f82c8908389dcdfd6f46f0d39f586d
parenta9e7e4518c5152023b9ddebf1d47ee0473f3fab4 (diff)
MIPS: R6: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: macro@imgtec.com Cc: paul.burton@imgtec.com Cc: Leonid.Yegoshin@imgtec.com Cc: trivial@kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/13329/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/kernel/mips-r2-to-r6-emul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/mips-r2-to-r6-emul.c b/arch/mips/kernel/mips-r2-to-r6-emul.c
index 625ee770b1aa..58681aea50a1 100644
--- a/arch/mips/kernel/mips-r2-to-r6-emul.c
+++ b/arch/mips/kernel/mips-r2-to-r6-emul.c
@@ -2202,7 +2202,7 @@ fpu_emul:
2202 } 2202 }
2203 2203
2204 /* 2204 /*
2205 * Lets not return to userland just yet. It's constly and 2205 * Lets not return to userland just yet. It's costly and
2206 * it's likely we have more R2 instructions to emulate 2206 * it's likely we have more R2 instructions to emulate
2207 */ 2207 */
2208 if (!err && (pass++ < MIPS_R2_EMUL_TOTAL_PASS)) { 2208 if (!err && (pass++ < MIPS_R2_EMUL_TOTAL_PASS)) {