From nobody Sat Apr 25 11:49:56 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 8DA56CCA47C for ; Sat, 9 Jul 2022 12:44:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229587AbiGIMou (ORCPT ); Sat, 9 Jul 2022 08:44:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229470AbiGIMot (ORCPT ); Sat, 9 Jul 2022 08:44:49 -0400 Received: from smtpbg.qq.com (unknown [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3FFF4C639; Sat, 9 Jul 2022 05:44:43 -0700 (PDT) X-QQ-mid: bizesmtp89t1657370648tq64gdvv Received: from localhost.localdomain ( [182.148.15.109]) by bizesmtp.qq.com (ESMTP) with id ; Sat, 09 Jul 2022 20:44:05 +0800 (CST) X-QQ-SSF: 01000000002000B0C000B00A0000000 X-QQ-FEAT: 89zkXg0mlYZO48zndYkhgG+NXJJJj15O7inoRCXCj2z1xHrOcCFfZXlNufKds VmAApYwCEqONtsUZMVdrG6B/Qx/MUk9OUZW3nI+i7Ko3qemdHGlfbJUbONRY7W5dLb6Egl6 m1krrpiFISbYr9n/M4W7h3D/sJxvaarb9s6Yv7S7GvnaO/pzEXGg95t18MAMIGQrmhE1sqN xi8zauKRH0sUUjcRu9QtBAUk1wwthxspHZJtaPviWgzbLd8Ei/GysDcjOILgCFxInrJWkBa naARImL0cq4vaqQG3LLP2MQyxEpPHDdrOpsxxjThbMTR7Gus1zUxSggRa5w8jDvKSMij5n+ 5d3/wz5QejSVGm8LzUSw/3dea6U5U8UIyUCAIIq X-QQ-GoodBg: 0 From: Jilin Yuan To: kvalo@kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Cc: wcn36xx@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] wifi: wcn36xx: fix repeated words in comments Date: Sat, 9 Jul 2022 20:43:56 +0800 Message-Id: <20220709124356.52543-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 'the'. Signed-off-by: Jilin Yuan --- drivers/net/wireless/ath/wcn36xx/hal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/= ath/wcn36xx/hal.h index 46a49f0a51b3..a1afe1f85f0e 100644 --- a/drivers/net/wireless/ath/wcn36xx/hal.h +++ b/drivers/net/wireless/ath/wcn36xx/hal.h @@ -1961,7 +1961,7 @@ struct wcn36xx_hal_config_bss_params { =20 /* HAL should update the existing BSS entry, if this flag is set. * UMAC will set this flag in case of reassoc, where we want to - * resue the the old BSSID and still return success 0 =3D Add, 1 =3D + * resue the old BSSID and still return success 0 =3D Add, 1 =3D * Update */ u8 action; =20 @@ -2098,7 +2098,7 @@ struct wcn36xx_hal_config_bss_params_v1 { =20 /* HAL should update the existing BSS entry, if this flag is set. * UMAC will set this flag in case of reassoc, where we want to - * resue the the old BSSID and still return success 0 =3D Add, 1 =3D + * resue the old BSSID and still return success 0 =3D Add, 1 =3D * Update */ u8 action; =20 @@ -4142,7 +4142,7 @@ struct wcn36xx_hal_dump_cmd_rsp_msg { /* Length of the responce message */ u32 rsp_length; =20 - /* FIXME: Currently considering the the responce will be less than + /* FIXME: Currently considering the responce will be less than * 100bytes */ u8 rsp_buffer[DUMPCMD_RSP_BUFFER]; } __packed; --=20 2.36.1