wifi: iwlwifi: Fix spelling mistake "Increate" -> "Increase"

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>
This commit is contained in:
Colin Ian King 2025-02-27 22:19:17 +00:00 committed by Johannes Berg
parent 95da92e7c6
commit 7ed3f3c40d

View File

@ -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;
}