From patchwork Mon Sep 19 06:40:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ruffalo Lavoisier X-Patchwork-Id: 12979704 X-Patchwork-Delegate: miriam.rachel.korenblit@intel.com 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 2BB8EC54EE9 for ; Mon, 19 Sep 2022 06:40:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229813AbiISGky (ORCPT ); Mon, 19 Sep 2022 02:40:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229542AbiISGkx (ORCPT ); Mon, 19 Sep 2022 02:40:53 -0400 Received: from mail-pl1-x635.google.com (mail-pl1-x635.google.com [IPv6:2607:f8b0:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4311B12AB2; Sun, 18 Sep 2022 23:40:49 -0700 (PDT) Received: by mail-pl1-x635.google.com with SMTP id t3so27048556ply.2; Sun, 18 Sep 2022 23:40:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date; bh=YEiig58+qWJEubWjd82ynXIeEWkoiIzc4IECjspcfCg=; b=PJzKxym4965jrzC4B0dnGv7xn/MOZ2cXgIeJloIb9w94S75MYRhyWhbuat4fgvnxua VpbA0AqKY2avC7FlGhXYb14sLb0eo/j07BTXv1BWLrQu08opYo8Du5Ns6PTtzhiy0PN9 IvBFfrbS7H0cppd52lMt8Uf/vA/lEdEbkXJCFB4drlYLqNq/TbRsN1JRP27uYY0lk+Yg BA5+2LibsiE+eIxHQg9EtHLa8YACIQvWQlgbXI+mZ+z2yUNb8NXysB8km3mGss8E88SP b1f9Y9xNg05z/2cQ0VtkH4z7WG1d445u9upQLrcdrmkZaGzATl/LdFI3XVvAB2MasnAQ s9lg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=YEiig58+qWJEubWjd82ynXIeEWkoiIzc4IECjspcfCg=; b=iUC45LE0I4K0gqwoz8RhCUTYKvK2guM3wHlkWzLqebSingsyjuDq01FZopA4fAelc8 KjrMGjc87xLi8o1nJD/AO9hUbYSaaLNAKHtzDhzc6ePNVdM6fXcMvCOZA7PjlRDMeieB OVZhhyVUn0OfjME7FxRH784EXFYlmb9JXzMSLBpJA7Lf5Q+6fdKJqVZh+x4S8fIWi24v 4PXcf04UXr5mvSbIM3Hh2G52r10teBjBrjShY2a73t9whcdSBtE4Hd6nO68YxZCvkxiB pbSYS0iOBmqPsHUWbesaWl1iqRA4Yg+yagn4lxocVVFlcyljtbNWax08fBmdv2Qij+07 wRVw== X-Gm-Message-State: ACrzQf3quKzQG8bW0Lzb5e2D/Jslj+gqZ2xqRjtcDewDjTghymD29NiC moyfQsSksh6b2UwwinJlh4Q= X-Google-Smtp-Source: AMsMyM4xOluHv8N5YynajFl4Vh6uwgnHfZOjzurCnlM59n7wOQ1g6UXa/AWvgcpEbKThYPq4sxrKXw== X-Received: by 2002:a17:90a:5993:b0:202:be54:1689 with SMTP id l19-20020a17090a599300b00202be541689mr28227724pji.207.1663569648735; Sun, 18 Sep 2022 23:40:48 -0700 (PDT) Received: from MacBook.stealien.com ([110.11.251.111]) by smtp.gmail.com with ESMTPSA id z6-20020aa79906000000b0054c33d37c9fsm4582086pff.135.2022.09.18.23.40.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Sep 2022 23:40:48 -0700 (PDT) From: Ruffalo Lavoisier X-Google-Original-From: Ruffalo Lavoisier To: Gregory Greenman , Kalle Valo , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Ruffalo Lavoisier , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] iwlwifi: phy-ctxt: delete repeated words Date: Mon, 19 Sep 2022 15:40:42 +0900 Message-Id: <20220919064042.17865-1-RuffaloLavoisier@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org - Delete the repeated word 'the' in the comment. Signed-off-by: Ruffalo Lavoisier --- drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c b/drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c index a3cefbc43e80..abf8585bf3bd 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c @@ -29,7 +29,7 @@ u8 iwl_mvm_get_channel_width(struct cfg80211_chan_def *chandef) /* * Maps the driver specific control channel position (relative to the center - * freq) definitions to the the fw values + * freq) definitions to the fw values */ u8 iwl_mvm_get_ctrl_pos(struct cfg80211_chan_def *chandef) { From patchwork Mon Sep 19 06:40:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ruffalo Lavoisier X-Patchwork-Id: 12979705 X-Patchwork-Delegate: miriam.rachel.korenblit@intel.com 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 74E4EC54EE9 for ; Mon, 19 Sep 2022 06:41:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229828AbiISGlJ (ORCPT ); Mon, 19 Sep 2022 02:41:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229816AbiISGlG (ORCPT ); Mon, 19 Sep 2022 02:41:06 -0400 Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC8E41CFC3; Sun, 18 Sep 2022 23:41:02 -0700 (PDT) Received: by mail-pj1-x1030.google.com with SMTP id fs14so26816657pjb.5; Sun, 18 Sep 2022 23:41:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date; bh=jVyaKQYqRiMdpo0by7J+8aIudozzoWR6OVary4Nq6gM=; b=MpQtIZrDlHwHhrVaQURvkIMjJ8DJP/VpPEKsLacRyKC5Nh8ZPXaVsbtej+9XWTSHcD 1osEcmgNn6b+SHZbLszupyUhtgbGv0ZmVCg9Od0HyJkFBoSsTg408mNXH4xERo2kFO95 G3XZKMvYqVAh01Q1mHbf8mUe+iYNoedRSuBBwrk5sZo4AYAf+7TIiixBZlLG+E1qpaDz OWt8qdv1lM1AsO5tMHrAiiISafQO2q+0NZMb1cpR2HBicpSf2CVMF5Ea0plVS/4RXYdm iPdzqPHnGxGdL2szt+GnsYzRlteTFMVHL9UaZVZ8XwVQS174fpa6rmvAPRgfG1y5pg2E trgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=jVyaKQYqRiMdpo0by7J+8aIudozzoWR6OVary4Nq6gM=; b=yzBkbV4p4+/FiyDxfGhi6cCyt5PhtS9ceCN38DU5TQyXYraOwfR9dkHQH5mdLHkeaJ aOX6FWIiFQ5zxZhxL5avi9WVLNj4fkrBF1TpiOMVBci8HRzVhnUAxK13GrkwvVDLfLns sPUX3h5sBpJ6ryZxufd4SwSBq7b3jQFqfsi5IU2w/qoZMrkJGypZgcwL51kanIkha14W qXyM1r1Nxo7GGMdHsYMHKURaA0WL0pZc/ffE5+Tzq4wbpCG2MnZPjqorx/fhXh8ieKpD ej7STsr5eeJHYkYwIU48mwO9+RBwgxBrBHoV0mljuJNm9Eh4jtI1qhMvXD50bbXzoTra Mj8g== X-Gm-Message-State: ACrzQf2xcEjFfO/62zc+hnd712Og/EWNRpe5PxEgbk8CgEiYRZGOY23N uyAXkssfRncvzXF+9LHia8s= X-Google-Smtp-Source: AMsMyM558OGJMblGwwVwVa7PcT0JYAMJabOFgMjtzZ2o85XUdnKtYNa5zZ6eujAPuxaHHA8Dbt4epQ== X-Received: by 2002:a17:902:b209:b0:178:a537:4f13 with SMTP id t9-20020a170902b20900b00178a5374f13mr1785816plr.138.1663569661847; Sun, 18 Sep 2022 23:41:01 -0700 (PDT) Received: from MacBook.stealien.com ([110.11.251.111]) by smtp.gmail.com with ESMTPSA id q7-20020a170902a3c700b0016f1319d2a7sm19434623plb.297.2022.09.18.23.40.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Sep 2022 23:41:01 -0700 (PDT) From: Ruffalo Lavoisier X-Google-Original-From: Ruffalo Lavoisier To: Gregory Greenman , Kalle Valo , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Ruffalo Lavoisier , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/3] iwlwifi: api: delete repeated words Date: Mon, 19 Sep 2022 15:40:54 +0900 Message-Id: <20220919064055.17895-1-RuffaloLavoisier@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org - Delete the repeated word 'the' in the comment. Signed-off-by: Ruffalo Lavoisier --- drivers/net/wireless/intel/iwlwifi/fw/api/tx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/tx.h b/drivers/net/wireless/intel/iwlwifi/fw/api/tx.h index ecc6706f66ed..194de9545989 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/tx.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/tx.h @@ -200,7 +200,7 @@ enum iwl_tx_offload_assist_bz { * cleared. Combination of RATE_MCS_* * @sta_id: index of destination station in FW station table * @sec_ctl: security control, TX_CMD_SEC_* - * @initial_rate_index: index into the the rate table for initial TX attempt. + * @initial_rate_index: index into the rate table for initial TX attempt. * Applied if TX_CMD_FLG_STA_RATE_MSK is set, normally 0 for data frames. * @reserved2: reserved * @key: security key @@ -858,7 +858,7 @@ struct iwl_extended_beacon_notif { /** * enum iwl_dump_control - dump (flush) control flags - * @DUMP_TX_FIFO_FLUSH: Dump MSDUs until the the FIFO is empty + * @DUMP_TX_FIFO_FLUSH: Dump MSDUs until the FIFO is empty * and the TFD queues are empty. */ enum iwl_dump_control { From patchwork Mon Sep 19 06:41:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ruffalo Lavoisier X-Patchwork-Id: 12979706 X-Patchwork-Delegate: toke@redhat.com 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 4D4C2C54EE9 for ; Mon, 19 Sep 2022 06:41:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229888AbiISGl1 (ORCPT ); Mon, 19 Sep 2022 02:41:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229854AbiISGlU (ORCPT ); Mon, 19 Sep 2022 02:41:20 -0400 Received: from mail-pl1-x635.google.com (mail-pl1-x635.google.com [IPv6:2607:f8b0:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 539D51C93C; Sun, 18 Sep 2022 23:41:15 -0700 (PDT) Received: by mail-pl1-x635.google.com with SMTP id t3so27049317ply.2; Sun, 18 Sep 2022 23:41:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date; bh=YGtln4qRJdeQFwxykgq2BuKS/o+48jB63ghCj0GS3KY=; b=MkjVOU2IVgLhpN/lrOusQHD5grafVvenCuDveooVQ+8l8W4TLMjmmH++AZxc2iTsyN NTaQvGgHYp6jQhgpeYqt3mAmIz7TeWuqsbeLlzO1qXyLM1LtExr63woLFr9u43kIWuWs sgmBgGbRYFos6rD8+iplX0SdhxL3YXEe6Zc4Nhb7JeHYz5NZQX9YyxVrB3ALqbD1a9tC JkOgEw0sWKRedbDgvChYXPoiGhjrsWgf/UvIG/uPtzNQJ6eJ+FH2Fxq9ZpFTDeL9OoZ5 Dzkiij5WZAW30tTa5rLdPtDkd7JtHuyYv7yLdEhjCWCougEoaWHdcdjxBMKZ0wIGOsvh fytA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=YGtln4qRJdeQFwxykgq2BuKS/o+48jB63ghCj0GS3KY=; b=xz/RT0uDQ1PGj4pbAIa/Kp7Hx6CjL7TzQ191f9T9wpV2mRj7HtIB78Yr6Ug621ILGV AJ2+Y8bBjuKWZsN7jqsAlCLC3QbppbYnQov4qE27EmOu6wnyv6xo2njVK3USQzx5zX5i lxzmFBL3mPWGVs9aqh7scemfO9wH+Lmr9QLuV4s5GH3pV4eWF6n2yYCg2d6iiSeB4xSJ q42uGlmuDPE9VEFFD/JOaIKRgxuuPpX8OExHraaIVSzYTlm8ME1AiTDtjKXEDlanTAB6 2HQPM63GhUkCCxagBCdSTr8g5VrE4R58zVpjLnJpm9AjiWMT6Z8YlJM7zMgzqIprg11H IF1g== X-Gm-Message-State: ACrzQf0yBUuvYv5j4vcfZiZvN72631NL6ATxEQhabybntolVcr7Lbrd5 9yCXHcUIK+t2xdq/bGddybRbmDGmj0VH8A== X-Google-Smtp-Source: AMsMyM7LKXElGGRVM+cmjKl7KzaLG9qIpWIiTpzoTC8A3WSChhXRdgMz9A2cadQsejnAtgppl3HfmQ== X-Received: by 2002:a17:903:244e:b0:178:4f50:1ca0 with SMTP id l14-20020a170903244e00b001784f501ca0mr11750903pls.104.1663569674748; Sun, 18 Sep 2022 23:41:14 -0700 (PDT) Received: from MacBook.stealien.com ([110.11.251.111]) by smtp.gmail.com with ESMTPSA id bx23-20020a17090af49700b001f334aa9170sm5821272pjb.48.2022.09.18.23.41.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Sep 2022 23:41:14 -0700 (PDT) From: Ruffalo Lavoisier X-Google-Original-From: Ruffalo Lavoisier To: =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= , Kalle Valo , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Ruffalo Lavoisier , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/3] ath9k: delete repeated words Date: Mon, 19 Sep 2022 15:41:07 +0900 Message-Id: <20220919064108.17931-1-RuffaloLavoisier@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org - Delete the repeated word 'the' in the comment. Signed-off-by: Ruffalo Lavoisier --- drivers/net/wireless/ath/ath9k/ar9003_phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath9k/ar9003_phy.c b/drivers/net/wireless/ath/ath9k/ar9003_phy.c index dc0e5ea25673..090ff0600c81 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_phy.c +++ b/drivers/net/wireless/ath/ath9k/ar9003_phy.c @@ -1744,7 +1744,7 @@ static void ar9003_hw_spectral_scan_config(struct ath_hw *ah, REG_SET_BIT(ah, AR_PHY_RADAR_0, AR_PHY_RADAR_0_FFT_ENA); REG_SET_BIT(ah, AR_PHY_SPECTRAL_SCAN, AR_PHY_SPECTRAL_SCAN_ENABLE); - /* on AR93xx and newer, count = 0 will make the the chip send + /* on AR93xx and newer, count = 0 will make the chip send * spectral samples endlessly. Check if this really was intended, * and fix otherwise. */