]> git.baikalelectronics.ru Git - kernel.git/commitdiff
MIPS: Fix comment typo
authorJason Wang <wangborong@cdjrlc.com>
Thu, 11 Aug 2022 12:14:50 +0000 (20:14 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 12 Sep 2022 13:33:24 +0000 (15:33 +0200)
The double `it' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/math-emu/cp1emu.c

index 587cf1d115e8faac610a45823645c472f9c7e565..265bc57819dfb561b7698183fc5cf21e58132b05 100644 (file)
@@ -1032,7 +1032,7 @@ static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
         */
        if (dec_insn.micro_mips_mode) {
                /*
-                * If next instruction is a 16-bit instruction, then it
+                * If next instruction is a 16-bit instruction, then
                 * it cannot be a FPU instruction. This could happen
                 * since we can be called for non-FPU instructions.
                 */