From patchwork Tue Jul 18 16:28:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: pangzizhen001@208suo.com X-Patchwork-Id: 704312 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 BEBE8C001DC for ; Tue, 18 Jul 2023 16:28:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232484AbjGRQ2U (ORCPT ); Tue, 18 Jul 2023 12:28:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232166AbjGRQ2S (ORCPT ); Tue, 18 Jul 2023 12:28:18 -0400 Received: from mail.208.org (unknown [183.242.55.162]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A95010CB for ; Tue, 18 Jul 2023 09:28:17 -0700 (PDT) Received: from mail.208.org (email.208.org [127.0.0.1]) by mail.208.org (Postfix) with ESMTP id 4R54BN1JSMzBR9tW for ; Wed, 19 Jul 2023 00:28:12 +0800 (CST) Authentication-Results: mail.208.org (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=208.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=208.org; h= content-transfer-encoding:content-type:message-id:user-agent :references:in-reply-to:subject:to:from:date:mime-version; s= dkim; t=1689697691; x=1692289692; bh=L/fVwDWX1SeWGkJL/o0bh3V1ilW UOI62DbgomHvpqDM=; b=nRFW0Zt0KRSrCacvzLNI9tVXAHCGdE3Gla/WLfeJq5U MS0lBUf+S4+KhRuImMvEw0p5iD0ATcJYNzQWwRYVMeuXn83bmjB/N3gTyAK8MWyQ 8grFbf6jd3EXymBjfnbPSO1emarhGxMj/VzPIjavqQaNvzw7xxZOzJkKJQMrs67o nMQ+5418AIrMZSJbPKRTWk6IB1xwR8o3XBRhU255LRM+Q0f1YYM2WxBu36rhduSU ++sROdgFpRi+ezldL1ejJEUYaWrFjvWY6zGhKVYl+OLgGD8wAvdEI3GVSwZhW7Ys yMpUyWJgDIqYPtS9BUo9z4ILwlWJT9sG3t9ylkAllHg== X-Virus-Scanned: amavisd-new at mail.208.org Received: from mail.208.org ([127.0.0.1]) by mail.208.org (mail.208.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xpM1fyrMwkRy for ; Wed, 19 Jul 2023 00:28:11 +0800 (CST) Received: from localhost (email.208.org [127.0.0.1]) by mail.208.org (Postfix) with ESMTPSA id 4R54BM358fzBR9tP; Wed, 19 Jul 2023 00:28:11 +0800 (CST) MIME-Version: 1.0 Date: Wed, 19 Jul 2023 00:28:11 +0800 From: pangzizhen001@208suo.com To: kvalo@kernel.org, gregory.greenman@intel.com Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] iwlwifi/mvm: Fix typos in comments In-Reply-To: <7d3a7075b8bf9af194c56c74eeaaefb7@208suo.com> References: <20230718161711.61222-1-wangjianli@cdjrlc.com> <7d3a7075b8bf9af194c56c74eeaaefb7@208suo.com> User-Agent: Roundcube Webmail Message-ID: X-Sender: pangzizhen001@208suo.com Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Delete duplicate word "the" Signed-off-by: Zizhen Pang --- drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) u8 iwl_mvm_get_ctrl_pos(struct cfg80211_chan_def *chandef) { diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c b/drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c index a5b432bc9e2f..4745cba25391 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c @@ -31,7 +31,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 */