Skip to content

Commit

Permalink
wifi: iwlwifi: Fix spelling mistake "Increate" -> "Increase"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a IWL_DEBUG_RATE message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20250227221917.658401-1-colin.i.king@gmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Colin Ian King authored and Johannes Berg committed Feb 28, 2025
1 parent 95da92e commit 7ed3f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/intel/iwlwifi/mvm/rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7ed3f3c

Please sign in to comment.