From nobody Mon Apr 20 02:58:59 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 94529C43334 for ; Thu, 23 Jun 2022 04:45:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232425AbiFWEpW (ORCPT ); Thu, 23 Jun 2022 00:45:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347255AbiFWEeN (ORCPT ); Thu, 23 Jun 2022 00:34:13 -0400 Received: from smtpbg.qq.com (smtpbg139.qq.com [175.27.65.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8AC830F71; Wed, 22 Jun 2022 21:34:03 -0700 (PDT) X-QQ-mid: bizesmtp66t1655958698t6sehq37 Received: from localhost.localdomain ( [125.70.163.206]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 23 Jun 2022 12:31:23 +0800 (CST) X-QQ-SSF: 0100000000000060B000000A0000000 X-QQ-FEAT: aP2oNmVYkM//QKQAzcxQRsExRLQz4wt+1vyw5soFQm/ynKh+HqhGyYlMSR5X/ Mikgp8+JmaTE7BmZVAkcotH6Ab4Xnt5vBRIYy5/x65FM238u9XvnNd/TyNrS7GjuCs/TM6m vOAOc271BXXVNcqu9hYt4U5gT9lgkrF7C0Z0TC4T7CX/AIMxCGdfA0oSgCwe1EWzFNfmSrL yeQUZlLiGr1vyKdLdqjJ0NQ0qkhKC8Tzdiy84qgyGX1EhDOsZYQcpaM/ZzehhkjMrJU81/t sC25CmwsVHEDCXxbVzZtU2/3x4JHCixwH0lniP9XBNJSodAoYKXATQ0SkaBWfaPqnlWvYr5 mkh/+ie X-QQ-GoodBg: 0 From: Jilin Yuan To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Cc: ecree.xilinx@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] sfc:siena:Fix syntax errors in comments Date: Thu, 23 Jun 2022 12:31:15 +0800 Message-Id: <20220623043115.60482-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:qybgspam:qybgspam6 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'set'. Delete the redundant word 'a'. Delete the redundant word 'in'. Signed-off-by: Jilin Yuan --- drivers/net/ethernet/sfc/siena/mcdi_pcol.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/ethernet/sfc/siena/mcdi_pcol.h b/drivers/net/ether= net/sfc/siena/mcdi_pcol.h index 89a7fd47b057..a3cc8b7ec732 100644 --- a/drivers/net/ethernet/sfc/siena/mcdi_pcol.h +++ b/drivers/net/ethernet/sfc/siena/mcdi_pcol.h @@ -274,7 +274,7 @@ * MC_CMD_WORKAROUND_BUG26807. * May also returned for other operations such as sub-variant switching. */ #define MC_CMD_ERR_FILTERS_PRESENT 0x1014 -/* The clock whose frequency you've attempted to set set +/* The clock whose frequency you've attempted to set * doesn't exist on this NIC */ #define MC_CMD_ERR_NO_CLOCK 0x1015 /* Returned by MC_CMD_TESTASSERT if the action that should @@ -7782,7 +7782,7 @@ * large number (253) it is not anticipated that this will be needed in the * near future, so can currently be ignored. * - * On Riverhead this command is implemented as a a wrapper for `list` in t= he + * On Riverhead this command is implemented as a wrapper for `list` in the * sensor_query SPHINX service. */ #define MC_CMD_DYNAMIC_SENSORS_LIST 0x66 @@ -7827,7 +7827,7 @@ * update is in progress, and effectively means the set of usable sensors = is * the intersection between the sets of sensors known to the driver and th= e MC. * - * On Riverhead this command is implemented as a a wrapper for + * On Riverhead this command is implemented as a wrapper for * `get_descriptions` in the sensor_query SPHINX service. */ #define MC_CMD_DYNAMIC_SENSORS_GET_DESCRIPTIONS 0x67 @@ -7876,7 +7876,7 @@ * update is in progress, and effectively means the set of usable sensors = is * the intersection between the sets of sensors known to the driver and th= e MC. * - * On Riverhead this command is implemented as a a wrapper for `get_readin= gs` + * On Riverhead this command is implemented as a wrapper for `get_readings` * in the sensor_query SPHINX service. */ #define MC_CMD_DYNAMIC_SENSORS_GET_READINGS 0x68 @@ -16682,7 +16682,7 @@ * TLV_PORT_MODE_*). A superset of MC_CMD_GET_PORT_MODES_OUT/MODES that * contains all modes implemented in firmware for a particular board. Modes * listed in MODES are considered production modes and should be exposed in - * userland tools. Modes listed in in ENGINEERING_MODES, but not in MODES + * userland tools. Modes listed in ENGINEERING_MODES, but not in MODES * should be considered hidden (not to be exposed in userland tools) and f= or * engineering use only. There are no other semantic differences and any m= ode * listed in either MODES or ENGINEERING_MODES can be set on the board. --=20 2.36.1