From nobody Mon Apr 6 09:43:16 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 3AB3AC38145 for ; Thu, 8 Sep 2022 12:44:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232021AbiIHMov (ORCPT ); Thu, 8 Sep 2022 08:44:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232016AbiIHMob (ORCPT ); Thu, 8 Sep 2022 08:44:31 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E821C633D; Thu, 8 Sep 2022 05:44:24 -0700 (PDT) X-QQ-mid: bizesmtp73t1662641038t06ja4je Received: from localhost.localdomain ( [182.148.14.0]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 08 Sep 2022 20:43:57 +0800 (CST) X-QQ-SSF: 0100000000200090C000B00A0000000 X-QQ-FEAT: wOTYu9h7OeoIW0glcDkwKp5SeP7ka1mzTCfRQa4e6yT371MOZXffS2n5wPhDg w6+eMGCfVhpArNKn93wuSqyueKKyGmhfS+J4VGEXJLBxf3Hf/8iji4/1fX5LC+YWbDuehIU PUprPJDKXepD+bnbb2Py28u5UwMqnsXTfh0mtwjtTo+JKSRYYVhq9D/08CCwqZJoxDUwEEO l9GnpRi6bmyBKzdHJHzODfbm9O0bVv2EQnZOVLbvfhRYmOcjVsl3wOvWq1fpswhwNYK7g8E N+b3YzaNIctr9Qqg+/ewlXhGqkE2GUleBPKmc67LR7h9CywCahHMb82pYDIkGO8incHLH4f qd7UUdJDmNGLLrR9LnFbL6bwvScynhPQciddPjQvCMdyVtrA+s= X-QQ-GoodBg: 0 From: wangjianli To: idosch@nvidia.com, petrm@nvidia.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, wangjianli Subject: [PATCH] mellanox/mlxsw: fix repeated words in comments Date: Thu, 8 Sep 2022 20:43:50 +0800 Message-Id: <20220908124350.22861-1-wangjianli@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:qybglogicsvr7 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'in'. Signed-off-by: wangjianli --- drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/driver= s/net/ethernet/mellanox/mlxsw/spectrum_router.c index 2c4443c6b964..48f1fa62a4fd 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c @@ -1819,7 +1819,7 @@ void mlxsw_sp_ipip_entry_demote_tunnel(struct mlxsw_s= p *mlxsw_sp, /* The configuration where several tunnels have the same local address in = the * same underlay table needs special treatment in the HW. That is currentl= y not * implemented in the driver. This function finds and demotes the first tu= nnel - * with a given source address, except the one passed in in the argument + * with a given source address, except the one passed in the argument * `except'. */ bool --=20 2.36.1