From nobody Sun Apr 19 13:44:49 2026 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 85C62C433EF for ; Thu, 30 Jun 2022 05:43:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232242AbiF3FnD (ORCPT ); Thu, 30 Jun 2022 01:43:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231751AbiF3FnB (ORCPT ); Thu, 30 Jun 2022 01:43:01 -0400 Received: from smtpbg.qq.com (biz-43-154-54-12.mail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC733E8C; Wed, 29 Jun 2022 22:42:55 -0700 (PDT) X-QQ-mid: bizesmtp67t1656567743tdpnzprp Received: from localhost.localdomain ( [182.148.13.66]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 30 Jun 2022 13:42:12 +0800 (CST) X-QQ-SSF: 0100000000200070C000B00A0000000 X-QQ-FEAT: HDjpALELSmGfVeh0SWOBbH4foC3bxlM/7l4HkUuV2ul4UEzBXBAqOcJ+EXbM+ rxMp8qaCMRWh8WSPUeeNdgs8mfQuUHL7FR1rODqszNRY1WsBYMGrYGtJYQXb1EeOvkt2nJg 0DNE2iCD67vL72FMzx9gFjLyt6t+f/Phkzs+B5s1xaBxu8zOWUi8fn8gtaurSJ+rxeKuohl a6V3gi4+M8eeqOIGk+apTKU6HjG8rvxOpIKHHP/JamdurbtGKr8oTVhw81xP3BH38/YBUra +gjtiJSUWyEX1IcOmsewDJWSKSUNtXbh2oHE56D27xX82AzdU2CmGpAS4jnzzu0X5e5w== X-QQ-GoodBg: 0 From: Jilin Yuan To: edumazet@google.com, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] marvell/octeontx2/af: fix repeated words in comments Date: Thu, 30 Jun 2022 13:42:04 +0800 Message-Id: <20220630054204.47501-1-yuanjilin@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'so'. Signed-off-by: Jilin Yuan --- drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c b/drivers/= net/ethernet/marvell/octeontx2/af/rvu_npc.c index 3a31fb8cc155..e05fd2b9a929 100644 --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c @@ -2534,7 +2534,7 @@ static int npc_mcam_alloc_entries(struct npc_mcam *mc= am, u16 pcifunc, =20 /* Copy MCAM entry indices into mbox response entry_list. * Requester always expects indices in ascending order, so - * so reverse the list if reverse bitmap is used for allocation. + * reverse the list if reverse bitmap is used for allocation. */ if (!req->contig && rsp->count) { index =3D 0; --=20 2.36.1