diff mbox series

iwlwifi/mvm: Fix typos in comments

Message ID e005b58439b42874d01f55e6496e421d@208suo.com (mailing list archive)
State Rejected
Delegated to: Johannes Berg
Headers show
Series iwlwifi/mvm: Fix typos in comments | expand

Commit Message

pangzizhen001@208suo.com July 18, 2023, 4:28 p.m. UTC
Delete duplicate word "the"

Signed-off-by: Zizhen Pang <pangzizhen001@208suo.com>
---
  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 mbox series

Patch

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
   */