aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/branch.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/branch.c')
-rw-r--r--arch/mips/kernel/branch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/branch.c b/arch/mips/kernel/branch.c
index ceca6cc41b2b..6dc3f1fdaccc 100644
--- a/arch/mips/kernel/branch.c
+++ b/arch/mips/kernel/branch.c
@@ -481,7 +481,7 @@ int __compute_return_epc_for_insn(struct pt_regs *regs,
481 /* 481 /*
482 * OK we are here either because we hit a NAL 482 * OK we are here either because we hit a NAL
483 * instruction or because we are emulating an 483 * instruction or because we are emulating an
484 * old bltzal{,l} one. Lets figure out what the 484 * old bltzal{,l} one. Let's figure out what the
485 * case really is. 485 * case really is.
486 */ 486 */
487 if (!insn.i_format.rs) { 487 if (!insn.i_format.rs) {
@@ -515,7 +515,7 @@ int __compute_return_epc_for_insn(struct pt_regs *regs,
515 /* 515 /*
516 * OK we are here either because we hit a BAL 516 * OK we are here either because we hit a BAL
517 * instruction or because we are emulating an 517 * instruction or because we are emulating an
518 * old bgezal{,l} one. Lets figure out what the 518 * old bgezal{,l} one. Let's figure out what the
519 * case really is. 519 * case really is.
520 */ 520 */
521 if (!insn.i_format.rs) { 521 if (!insn.i_format.rs) {