projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e78fc
)
MIPS: Fix comment typo
author
Jason Wang
<wangborong@cdjrlc.com>
Thu, 11 Aug 2022 12:14:50 +0000
(20:14 +0800)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/arch/mips/math-emu/cp1emu.c
b/arch/mips/math-emu/cp1emu.c
index 587cf1d115e8faac610a45823645c472f9c7e565..265bc57819dfb561b7698183fc5cf21e58132b05 100644
(file)
--- a/
arch/mips/math-emu/cp1emu.c
+++ b/
arch/mips/math-emu/cp1emu.c
@@
-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.
*/