From patchwork Wed Aug 31 12:49:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jilin Yuan X-Patchwork-Id: 12960675 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2EE2ECAAD5 for ; Wed, 31 Aug 2022 12:49:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231517AbiHaMtc (ORCPT ); Wed, 31 Aug 2022 08:49:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231487AbiHaMtV (ORCPT ); Wed, 31 Aug 2022 08:49:21 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 107DDCD785; Wed, 31 Aug 2022 05:49:14 -0700 (PDT) X-QQ-mid: bizesmtp85t1661950150te6hhi5j Received: from localhost.localdomain ( [182.148.13.26]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 31 Aug 2022 20:49:09 +0800 (CST) X-QQ-SSF: 01000000002000D0E000B00A0000000 X-QQ-FEAT: LG+NUo/f6sFaQzBj5GPBVcFaPl9v5yRwJEBXdptUJT8tiUNaoXgh+8pluGwI3 BuslUXYTUZdwrvLe8vsBvtFiNM2nzhc/PEgLMnh9LWrDMFx7fqKLRElJO2CQfvS5wWJDs4B nftbUX1WXbbxj9C23TACrA/l+ivfWrUJmXpBE93PoG1zjtXUzGJLO70Tpx0IMc87UrhKabl tFXltXoZzHCW+RAMSv4WOX/qujNOhrKfoViTAsITl9r5y6+aZkcQudCzZg79FsuadE8HUnE +382FrsKHBMDcLxJoMRZm5iHlwaEFEO/RzdLUEe4o4L0h/LA0A78aays1z+/u7le0YwT4Ot 7ABdZpcO/pLKojWNwzfe9V+5zuKNJNjR+WsbUOOTC2ihYD3piGFnx6sMeR32Lc5g9FyoUrs X-QQ-GoodBg: 0 From: Jilin Yuan To: tsbogend@alpha.franken.de Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] MIPS: fix repeated words in comments Date: Wed, 31 Aug 2022 20:49:03 +0800 Message-Id: <20220831124903.11720-1-yuanjilin@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr4 Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Delete the redundant word 'it'. Signed-off-by: Jilin Yuan --- arch/mips/math-emu/cp1emu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c index 587cf1d115e8..924260f6e9d2 100644 --- a/arch/mips/math-emu/cp1emu.c +++ b/arch/mips/math-emu/cp1emu.c @@ -1033,7 +1033,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 - * it cannot be a FPU instruction. This could happen + * cannot be a FPU instruction. This could happen * since we can be called for non-FPU instructions. */ if ((pc_inc == 2) ||