* [PATCH net-next] wifi: iwlwifi: mvm: Fix typos
@ 2025-02-03 17:59 Andrew Kreimer
0 siblings, 0 replies; only message in thread
From: Andrew Kreimer @ 2025-02-03 17:59 UTC (permalink / raw)
To: Miri Korenblit, Kalle Valo, Johannes Berg, Emmanuel Grumbach,
Ilan Peer, Daniel Gabay
Cc: linux-wireless, linux-kernel, kernel-janitors, Andrew Kreimer
There are some typos in comments/messages:
- Increate -> Increase
- intenally -> internally
- stopp -> stop
Fix them via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
drivers/net/wireless/intel/iwlwifi/mvm/rs.c | 4 ++--
drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/rs.c b/drivers/net/wireless/intel/iwlwifi/mvm/rs.c
index a8c4e354e2ce..fd37e9dc9e0f 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/rs.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/rs.c
@@ -1783,7 +1783,7 @@ static enum rs_action rs_get_rate_action(struct iwl_mvm *mvm,
if ((high_tpt != IWL_INVALID_VALUE) &&
(high_tpt > current_tpt)) {
IWL_DEBUG_RATE(mvm,
- "Higher rate is better. Increate rate\n");
+ "Higher rate is better. Increase rate\n");
return RS_ACTION_UPSCALE;
}
@@ -3125,7 +3125,7 @@ static void __iwl_mvm_rs_tx_status(struct iwl_mvm *mvm,
"tx resp color 0x%x does not match 0x%x\n",
lq_color, LQ_FLAG_COLOR_GET(table->flags));
- /* Since rates mis-match, the last LQ command may have failed.
+ /* Since rates mismatch, the last LQ command may have failed.
* After IWL_MISSED_RATE_MAX mis-matches, resync the uCode with
* ... driver.
*/
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
index 7a4844ec3c10..a246f1e4f5a6 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
@@ -1113,7 +1113,7 @@ static void iwl_mvm_unshare_queue(struct iwl_mvm *mvm, int queue)
"TXQ #%d is now aggregated again\n",
queue);
- /* Mark queue intenally as aggregating again */
+ /* Mark queue internally as aggregating again */
iwl_trans_txq_set_shared_mode(mvm->trans, queue, false);
}
}
@@ -2801,7 +2801,7 @@ static int iwl_mvm_fw_baid_op_sta(struct iwl_mvm *mvm,
switch (status & IWL_ADD_STA_STATUS_MASK) {
case ADD_STA_SUCCESS:
IWL_DEBUG_HT(mvm, "RX BA Session %sed in fw\n",
- start ? "start" : "stopp");
+ start ? "start" : "stop");
if (WARN_ON(start && iwl_mvm_has_new_rx_api(mvm) &&
!(status & IWL_ADD_STA_BAID_VALID_MASK)))
return -EINVAL;
@@ -2811,7 +2811,7 @@ static int iwl_mvm_fw_baid_op_sta(struct iwl_mvm *mvm,
return -ENOSPC;
default:
IWL_ERR(mvm, "RX BA Session failed %sing, status 0x%x\n",
- start ? "start" : "stopp", status);
+ start ? "start" : "stop", status);
return -EIO;
}
}
@@ -2861,7 +2861,7 @@ static int iwl_mvm_fw_baid_op_cmd(struct iwl_mvm *mvm,
}
IWL_DEBUG_HT(mvm, "RX BA Session %sed in fw\n",
- start ? "start" : "stopp");
+ start ? "start" : "stop");
if (baid < 0 || baid >= ARRAY_SIZE(mvm->baid_map))
return -EINVAL;
@@ -3059,7 +3059,7 @@ int iwl_mvm_sta_tx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta,
default:
ret = -EIO;
IWL_ERR(mvm, "TX BA Session failed %sing, status 0x%x\n",
- start ? "start" : "stopp", status);
+ start ? "start" : "stop", status);
break;
}
--
2.48.1.91.g5f8f7081f7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-02-03 17:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03 17:59 [PATCH net-next] wifi: iwlwifi: mvm: Fix typos Andrew Kreimer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.