From nobody Sun Apr 26 08:22:32 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 0F3FEC43334 for ; Tue, 21 Jun 2022 08:27:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348059AbiFUI1w (ORCPT ); Tue, 21 Jun 2022 04:27:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229535AbiFUI1u (ORCPT ); Tue, 21 Jun 2022 04:27:50 -0400 Received: from smtpbg.qq.com (smtpbg139.qq.com [175.27.65.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F00CA444; Tue, 21 Jun 2022 01:27:41 -0700 (PDT) X-QQ-mid: bizesmtp63t1655799963tih337vy Received: from ubuntu.localdomain ( [106.117.99.68]) by bizesmtp.qq.com (ESMTP) with id ; Tue, 21 Jun 2022 16:25:56 +0800 (CST) X-QQ-SSF: 01000000007000109000B00A0000000 X-QQ-FEAT: EbWlFiDChHPYfU5yL6223QxbRZgfR1rtB43QG8V5Y7Z2MVodubW05u6ah+dI/ 3d49daniGvuu5+3qEQ8bNjMDL1XKeplZV0Lb/zJQmboLN3Hj3g3Je/aGanv0f/cAdxj05KR 63khFKXwieh3DmbsQQg1jOzH4izzfk90u/P00FNaMVeA+Rj3y/Fcc57uQ89tfcm/LjXACen zIAfl/3M1Q3iqx3vFRIQodrB3BPJx4yxQf1UE40yWQN4nxShLBuY+ruDPxub4Tdt+jgetVT ZWjMDmWYJPO9G3MC5PTRCFqA8XXcwKWAuJq69kri2qkARwW+32zwuf6OMdAWWHwTsNG1iht w1dXSIC X-QQ-GoodBg: 0 From: Jiang Jian To: jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jiangjian@cdjrlc.com Subject: [PATCH] ixgbe: remove unexpected word "the" Date: Tue, 21 Jun 2022 16:25:54 +0800 Message-Id: <20220621082554.52380-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam6 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" there is an unexpected word "the" in the comments that need to be removed Signed-off-by: Jiang Jian --- drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c b/drivers/net/et= hernet/intel/ixgbe/ixgbe_x550.c index e4b50c7781ff..35c2b9b8bd19 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c @@ -1737,7 +1737,7 @@ static s32 ixgbe_setup_sfi_x550a(struct ixgbe_hw *hw,= ixgbe_link_speed *speed) * @speed: link speed * @autoneg_wait_to_complete: unused * - * Configure the the integrated PHY for native SFP support. + * Configure the integrated PHY for native SFP support. */ static s32 ixgbe_setup_mac_link_sfp_n(struct ixgbe_hw *hw, ixgbe_link_speed speed, @@ -1786,7 +1786,7 @@ ixgbe_setup_mac_link_sfp_n(struct ixgbe_hw *hw, ixgbe= _link_speed speed, * @speed: link speed * @autoneg_wait_to_complete: unused * - * Configure the the integrated PHY for SFP support. + * Configure the integrated PHY for SFP support. */ static s32 ixgbe_setup_mac_link_sfp_x550a(struct ixgbe_hw *hw, ixgbe_link_speed speed, --=20 2.17.1