diff --git a/arch/mips/kernel/branch.c b/arch/mips/kernel/branch.c index b79ed9af98860f09e7b9691bd1ccd9b0ec95546b..e48f6c0a9e4a39522f5925cb9716065232cc2de0 100644 --- a/arch/mips/kernel/branch.c +++ b/arch/mips/kernel/branch.c @@ -399,7 +399,7 @@ int __MIPS16e_compute_return_epc(struct pt_regs *regs) * * @regs: Pointer to pt_regs * @insn: branch instruction to decode - * @returns: -EFAULT on error and forces SIGILL, and on success + * Return: -EFAULT on error and forces SIGILL, and on success * returns 0 or BRANCH_LIKELY_TAKEN as appropriate after * evaluating the branch. *