Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message

This is a user-visible message, so we want it to be spelled correctly.

Fixes: 5f9f41c474be ("MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6")
Signed-off-by: Maciej W. Rozycki <macro@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: stable@vger.kernel.org # 3.19+
Patchwork: https://patchwork.linux-mips.org/patch/16400/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Maciej W. Rozycki and committed by
Ralf Baechle
27fe2200 a60b1a5b

+1 -1
+1 -1
arch/mips/kernel/branch.c
··· 823 823 force_sig(SIGILL, current); 824 824 return -EFAULT; 825 825 sigill_r2r6: 826 - pr_info("%s: R2 branch but r2-to-r6 emulator is not preset - sending SIGILL.\n", 826 + pr_info("%s: R2 branch but r2-to-r6 emulator is not present - sending SIGILL.\n", 827 827 current->comm); 828 828 force_sig(SIGILL, current); 829 829 return -EFAULT;